442 B
442 B
tlibc
C library with collections, strings, exceptions, io...
Build
- Clone the repository.
git clone https://timerix.ddns.net/git/Timerix/tlibc.git - Install cbuild.
- Build static library
cd tlibtoml cbuild build_static_lib_dbg
Usage
Put this code at the beginning of main()
// tlibc/tlibc.h
try_fatal_void(tlibc_init());