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.
helpless/oogabooga
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
..
base.c - Start work on string library 2024-06-28 12:07:02 +02:00
memory.c - Start work on string library 2024-06-28 12:07:02 +02:00
oogabooga.c - Start work on string library 2024-06-28 12:07:02 +02:00
os_impl_windows.c - Start work on string library 2024-06-28 12:07:02 +02:00
os_interface.c - Start work on string library 2024-06-28 12:07:02 +02:00
string.c - Start work on string library 2024-06-28 12:07:02 +02:00
tests.c - Start work on string library 2024-06-28 12:07:02 +02:00