axle OS
x86_32 UNIX-like hobby OS
stackprotect.h
1 #ifndef STACKSMASH_H
2 #define STACKSMASH_H
3 
4 __attribute__((noreturn)) void __stack_chk_fail(void);
5 
6 #endif
Definition: elf.h:10