4 lines
80 B
C
4 lines
80 B
C
|
#include <sys.h>
|
||
|
|
||
|
void __stack_chk_fail() { write(2, "stack overflow\n", 15); }
|