1 2 3 4 5 6
#ifndef SOURCE_STACK_PROTECTOR_H #define SOURCE_STACK_PROTECTOR_H void __stack_chk_fail(void); #endif