7 lines
No EOL
129 B
C
7 lines
No EOL
129 B
C
#include <stdio.h>
|
|
|
|
int hijackMethod(){
|
|
printf("This should never be called");
|
|
printf("Neither this...");
|
|
return 0;
|
|
} |