A fairly lightweight standard C library for FrostByteOS
Contains a subset of POSIX C headers with a bit of extensions.
CURRENTLY IT'S VERY LIMITED PORTING EXISTING SOFTWARE IS PRACTICALLY IMPOSSIBLE PLEASE HAVE THAT IN MIND
Just run:
makeit will output a file 'libc.so.1' in the current working directory, binaries can use in FrostByteOS if you place it in the '/lib' directory
Currently missing these headers:
- assert.h
- ctype.h
- float.h
- limits.h
- locale.h
- math.h
- setjmp.h
- stdarg.h
- inttypes.h
Licensed under GPLv3