- Nov 12, 2023
-
-
Jacob Lorentzon authored
-
- Aug 12, 2019
-
- Feb 21, 2019
-
-
Nagy Tibor authored
-
Nagy Tibor authored
This will allow us to redefine the exit function. For example: ``` #define exit(code) { \ fprintf(stderr, "%s:%d: exit(%s) in function ‘%s’\n", __FILE__, __LINE__, #code, __func__); \ _exit(code); \ } ```
-
- Feb 20, 2019
-
-
Nagy Tibor authored
-
Nagy Tibor authored
-
- Jul 27, 2018
-