You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
examples | 1 year ago | |
src | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.org | 1 year ago |
README.org
GRU liblinux - C library for easier calling linux syscalls from C
Setup
- run
make
insrc/
(liblinux.a
will be inbuilds/
directory) - to build examples run
make examples
insrc/
and you will see executables inbuilds/
directory
Usage
- to use this library add
-Lpath/to/liblinuxdir -l:liblinux.a
to yourCFLAGS