mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-08 08:26:14 +00:00
7 lines
55 B
C
7 lines
55 B
C
#include <pthread.h>
|
|
|
|
int main()
|
|
{
|
|
pthread_exit(0);
|
|
}
|