This website requires JavaScript.
Explore
Help
Sign In
ed
/
gencpp
Watch
1
Star
0
Fork
0
You've already forked gencpp
mirror of
https://github.com/Ed94/gencpp.git
synced
2024-12-22 07:44:45 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
16d0e0834f
gencpp
/
gen_c_library
/
gen.c
9 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
Progresss
2024-12-01 18:59:43 -08:00
#
define GEN_IMPLEMENTATION
corrections to c_library.cpp, package_release.ps1 working for all zips
2024-12-10 23:04:22 -08:00
#
include
"gen/gen.c"
Progresss
2024-12-01 18:59:43 -08:00
int
main
(
)
{
// init();
c_library refacotring works, and compiles with all content from the base project. I need to make the refactor step happen before formatting with clang-format in the metaprogram instead of calling it from powershell
2024-12-10 10:56:56 -08:00
__debugbreak
(
)
;
Progresss
2024-12-01 18:59:43 -08:00
}
Reference in New Issue
Copy Permalink