RainFall/level5/Ressources/level5.c

29 lines
327 B
C

void main(void)
{
n();
return;
}
void n(void)
{
char local_20c [520];
fgets(local_20c,0x200,stdin);
printf(local_20c);
/* WARNING: Subroutine does not return */
exit(1);
}
void o(void)
{
system("/bin/sh");
/* WARNING: Subroutine does not return */
_exit(1);
}