implemented ErrorCodePage

This commit is contained in:
2025-11-10 11:42:25 +05:00
parent 6a1067a612
commit 972f244ae5
5 changed files with 82 additions and 5 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# tlibc
C library with collections, strings, exceptions, io...
## Build
1. Clone the repository.
```
git clone https://timerix.ddns.net/git/Timerix/tlibc.git
```
2. Install [cbuild](https://timerix.ddns.net/git/Timerix/cbuild.git).
3. Build static library
```
cd tlibtoml
cbuild build_static_lib_dbg
```
## Usage