This commit is contained in:
2025-05-28 01:11:38 -04:00
parent efb4d256f4
commit 06bc224a83
3 changed files with 891 additions and 293 deletions

32
C/watl.v1.msvc.c Normal file
View File

@@ -0,0 +1,32 @@
/*
WATL Exercise
Version: 1 (From Scratch, 2-Stage Compilation)
Vendor OS & Compiler: Windows 11, MSVC
*/
#if GEN_TIME == 1
#include "gencpp_c11.h"
int gen_main()
{
}
//#if GEN_TIME == 1
#endif
#if GEN_TIME == 0
#pragma region Header
#pragma endregion Header
#pragma region Implementation
#pragma endregion Implementation
int main()
{
}
//#if defined(GEN_TIME) == 0
#endif