|
//! You CANNOT use libc library calls, due to no guarantees being made about allocations of the
|
|
//! You CANNOT use libc library calls, due to no guarantees being made about allocations of the
|
|
//! functions in the POSIX specification. Therefore, we use the system calls directly.
|
|
//! functions in the POSIX specification. Therefore, we use the system calls directly.
|