#include #include _Noreturn void __stack_chk_fail(void) { fprintf(stderr, "Stack smashing detected!\n"); abort(); }