This project provides basic C source code examples, build commands and input files for common use cases of libC and kernel API functions.
| directory | description |
|---|---|
| data_files | data files for testing |
| lib_complex | complex number static and dynamic libraries |
| libc_strings | using libc functions for manipulating strings |
| libc_files | using libc functions for manipulating files |
| syscalls_files | using the kernel API for files and dirs |
| syscalls_proc | using the kernel API for process management |
| syscalls_ipc | using the kernel API for shared memory, pipes and sockets |
| syscalls_sig | using the kernel and libc APIs for signals |
(copyleft Luís Lopes)