mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-14 18:51:47 -07:00
Got .lib and .dlls setup for the C11 library
This commit is contained in:
9
test/c_library/gen.c
Normal file
9
test/c_library/gen.c
Normal file
@ -0,0 +1,9 @@
|
||||
#define GEN_IMPLEMENTATION
|
||||
#include "gen/gen_singleheader.h"
|
||||
|
||||
int gen_main()
|
||||
{
|
||||
// init();
|
||||
__debugbreak();
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user