1
1
Fork
You've already forked liblinux
0
GRU liblinux - C library for easier calling linux syscalls from C
  • C 80.2%
  • Makefile 19.8%
2022年01月01日 10:40:00 +02:00
examples Fixed stdin/stdout/stderr declarations 2021年12月30日 22:09:44 +02:00
src Fixed stdin/stdout/stderr declarations 2021年12月30日 22:09:44 +02:00
.gitignore Initial commit 2021年12月03日 16:08:04 +02:00
LICENSE Happy New 2022 Year 2022年01月01日 10:40:00 +02:00
README.org Initial commit 2021年12月03日 16:08:04 +02:00

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