issues
search
Vinicius-Santoro
/
42-formation-lvl2-9.philosophers
Project 9: philosophers - Ninth project for the formation of software engineers at school 42 São Paulo.
1
stars
0
forks
source link
Extern functions
#4
Closed
Vinicius-Santoro
closed
1 year ago
Vinicius-Santoro
commented
2 years ago
Document each function:
[x] memset
[x] printf
[x] malloc
[x] free
[x] write
[x] usleep
[x] gettimeofday
[x] pthread_create
[x] pthread_detach
[x] pthread_join
[x] pthread_mutex_init
[x] pthread_mutex_destroy
[x] pthread_mutex_lock
[x] pthread_mutex_unlock
Vinicius-Santoro
commented
1 year ago
Finished!
Document each function: