2025-06-03 14:38:21 +00:00
|
|
|
# sllibc
|
2025-06-03 11:04:36 +00:00
|
|
|
|
2025-06-03 14:38:21 +00:00
|
|
|
SecureLang Library for C
|
2025-06-03 11:10:01 +00:00
|
|
|
|
2025-06-04 01:15:05 +10:00
|
|
|
THIS IS A TEST EDIT.
|
|
|
|
|
2025-06-03 11:10:01 +00:00
|
|
|
## Features
|
|
|
|
|
|
|
|
* A subset of traditional libc features (e.g. `printf`)
|
|
|
|
* Some support for high level language features like garbage collection
|
|
|
|
* Simple licensing, with only small exceptions the code was written by me
|
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
|
|
* Doesn't support all legacy functions
|
|
|
|
* Incomplete support for error handling, multithreading, signals etc.
|
2025-06-04 01:15:05 +10:00
|
|
|
* Currently used for testing in-house systems so not readily buildable/testable on commodity platforms
|