finished inital pass of gen_c11 (singleheader and segeregated)

This commit is contained in:
ed
2025-02-11 13:00:55 -05:00
parent a5af8b3d80
commit 66d9b4e98a
9 changed files with 311 additions and 57 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ set_thread_namef(char *fmt, ...)
}
#define thread_namef(...) (set_thread_namef(__VA_ARGS__))
#define thraed_name(str) (set_thread_name(str))
#define thread_name(str) (set_thread_name(str))