GRU liblinux - C library for easier calling linux syscalls from C
- C 80.2%
- Makefile 19.8%
| examples | Fixed stdin/stdout/stderr declarations | |
| src | Fixed stdin/stdout/stderr declarations | |
| .gitignore | Initial commit | |
| LICENSE | Happy New 2022 Year | |
| README.org | Initial commit | |
GRU liblinux - C library for easier calling linux syscalls from C
Setup
- run
makeinsrc/(liblinux.awill be inbuilds/directory) - to build examples run
make examplesinsrc/and you will see executables inbuilds/directory
Usage
- to use this library add
-Lpath/to/liblinuxdir -l:liblinux.ato yourCFLAGS