add libc.c source file

This commit is contained in:
daanx 2023-05-19 10:24:39 -07:00
parent d7a72c4912
commit 4a85f32f8e
17 changed files with 31 additions and 67 deletions

View file

@ -227,6 +227,7 @@
<ClCompile Include="..\..\src\bitmap.c" />
<ClCompile Include="..\..\src\heap.c" />
<ClCompile Include="..\..\src\init.c" />
<ClCompile Include="..\..\src\libc.c" />
<ClCompile Include="..\..\src\prim\prim.c" />
<ClCompile Include="..\..\src\options.c" />
<ClCompile Include="..\..\src\page-queue.c">