GRU liblinux - C library for easier calling linux syscalls from C
Go to file
g1n 887bd0b242
Add sys_getrandom
2021-12-30 18:41:21 +02:00
examples Changed sys_write back to use int fd 2021-12-28 19:02:48 +02:00
src Add sys_getrandom 2021-12-30 18:41:21 +02:00
.gitignore Initial commit 2021-12-03 16:08:04 +02:00
LICENSE Initial commit 2021-12-03 16:08:04 +02:00
README.org Initial commit 2021-12-03 16:08:04 +02:00

README.org

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