39. 多线程

创建日期:2024-07-10
更新日期:2025-02-01

thread.c

#define __STDC_WANT_LIB_EXT1__ 1
#include <stdio.h>
#include <stdlib.h>
// #include <threads.h>

int main()
{
    // thrd_create();
}