liblinux/README.org

11 lines
353 B
Org Mode
Raw Permalink Normal View History

2021-12-03 14:05:10 +00:00
#+TITLE: GRU liblinux - C library for easier calling linux syscalls from C
* Setup
- run ~make~ in ~src/~ (~liblinux.a~ will be in ~builds/~ directory)
- to build examples run ~make examples~ in ~src/~ and you will see executables in ~builds/~ directory
* Usage
- to use this library add ~-Lpath/to/liblinuxdir -l:liblinux.a~ to your ~CFLAGS~