Go to file
2025-11-10 11:42:25 +05:00
.vscode refactored code from tcpu 2025-07-18 22:07:30 +03:00
include/tlibc implemented ErrorCodePage 2025-11-10 11:42:25 +05:00
src implemented ErrorCodePage 2025-11-10 11:42:25 +05:00
.gitignore refactored code from tcpu 2025-07-18 22:07:30 +03:00
project.config updated gprof task 2025-11-09 23:45:48 +05:00
project.config.user.default updated to cbuild 2.3.0 2025-11-09 23:27:21 +05:00
README.md implemented ErrorCodePage 2025-11-10 11:42:25 +05:00
tlibc.config updated to cbuild 2.3.0 2025-11-09 23:27:21 +05:00

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.
  3. Build static library
    cd tlibtoml
    cbuild build_static_lib_dbg
    

Usage