Skip to content

Instantly share code, notes, and snippets.

@khoa-io
Last active September 27, 2022 06:41
Show Gist options
  • Save khoa-io/b92d4c595ec4f8133635fbdb06ce0b6e to your computer and use it in GitHub Desktop.
Save khoa-io/b92d4c595ec4f8133635fbdb06ce0b6e to your computer and use it in GitHub Desktop.
The declaration of `pthread_create()`
#include <pthread.h>
int pthread_create(pthread_t *id,
const pthread_attr_t *attr,
void *(*start_routine)(void *),
void *arg);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment