23void exit(
int status)
WEAK;
24void exit(
int status
UNUSED) {}
Useful defines GCC specific attributes.
#define WEAK
Specific GCC attribute to declare a function as weakly linked, which makes it a default implementatio...
#define UNUSED
Specific GCC attribute to declare an argument or variable unused, so that the compiler does not emit ...