sllibc/README.md

16 lines
520 B
Markdown
Raw Permalink Normal View History

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
## Features
2025-06-04 01:22:53 +10:00
* A subset of traditional libc features (e.g. provides `printf`)
2025-06-03 11:10:01 +00:00
* Some support for high level language features like garbage collection
2025-06-04 01:22:53 +10:00
* Simple copyright, with only small exceptions the code was written by me
2025-06-03 11:10:01 +00:00
## Limitations
2025-06-04 01:22:53 +10:00
* Doesn't support all legacy functions (e.g. doesn't provide `scanf`)
2025-06-03 11:10:01 +00:00
* 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