GRU liblinux - C library for easier calling linux syscalls from C
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.
 
 
g1n 9f04adc71c
Happy New 2022 Year
1 year ago
examples Fixed stdin/stdout/stderr declarations 1 year ago
src Fixed stdin/stdout/stderr declarations 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Happy New 2022 Year 1 year ago
README.org Initial commit 1 year ago

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