Tag: posix
- May 15, 2020 My implementation of malloc and free
- May 15, 2020 Simple implementation of malloc and free with sbrk system call.
- May 8, 2020 Do not call putenv() with a pointer to an automatic variable as the argument
- May 7, 2020 Do not call putenv() with a pointer to an automatic variable as the argument
- April 30, 2020 Posix API:mkstemp, why it needs a char array as input.