Files
fopen |
fread |
fwrite |
fseek |
ftell |
fflush |
fclose |
mkdir |
Memory Allocation
malloc |
free |
realloc |
calloc |
Memory Operations
memcpy |
memmove |
memset |
String Operations
strcpy |
strcat |
strlen |
strcmp |
Concurrent Synchronization
pthread_create |
pthread_join |
pthread_mutex_init |
pthread_mutex_destroy |
pthread_mutex_lock |
pthread_cond_init |
pthread_cond_destroy |
pthread_cond_wait |
pthread_cond_signal |