mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
7 lines
55 B
C
7 lines
55 B
C
#include <pthread.h>
|
|
|
|
int main()
|
|
{
|
|
pthread_exit(0);
|
|
}
|