This commit is contained in:
Timerix 2025-11-10 11:44:33 +05:00
parent 972f244ae5
commit d9daae8c5e

View File

@ -15,3 +15,8 @@ C library with collections, strings, exceptions, io...
``` ```
## Usage ## Usage
Put this code at the beginning of `main()`
```
// tlibc/tlibc.h
try_fatal_void(tlibc_init());
```