No description
This repository has been archived on 2025-02-04. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Charlie 68d1efb759 - Start work on string library
- Dyamically load minimum crt symbols in os backend so we don't need to #include c headers
- Some more os calls:
	- write to stdout (with our string type)
	- macros for variadic argument lists
	- Dynamic library loading
2024-06-28 12:07:02 +02:00
oogabooga - Start work on string library 2024-06-28 12:07:02 +02:00
.gitignore init 2024-06-27 18:04:21 +07:00
build.bat - build.c which includes everything to be built and configures build with #defines 2024-06-28 03:28:23 +02:00
build.c - Start work on string library 2024-06-28 12:07:02 +02:00
build_release.bat - build.c which includes everything to be built and configures build with #defines 2024-06-28 03:28:23 +02:00
main.c - build.c which includes everything to be built and configures build with #defines 2024-06-28 03:28:23 +02:00