GRU olibc - standard C11 library implementation
- C 83.5%
- Shell 8.7%
- Makefile 6.4%
- C++ 1.4%
| src | Add abs function to <stdlib.h> | |
| .gitignore | Project restructure and rewrote Makefile | |
| LICENSE | Happy New 2022 Year | |
| README.org | Fixed typo in README | |
GRU olibc - standard C11 library implementation
Dependencies
- GRU liblinux
Setup
- run
makewith path to liblinux as arguments (LIBLINUXHEADERS for path with liblinux header files and LIBLINUXDIR for path to directory where built liblinux (.a or .so file) is stored) insrc/(olibc.awill be inbuilds/directory) - to build examples run
make exampleswith same arguments
Tests
- run
make testswith same arguments (it will automaticly run script for testing) - this will compare result from olibc with libc that installed by default on your machine
Usage
- to use this library add
-Ipath/to/olibcheadersdir -Lpath/to/olibcdir -l:olibc.ato yourCFLAGS