cpplab/clab/module.c
2018-12-01 14:09:07 +00:00

7 lines
No EOL
129 B
C

#include <stdio.h>
int hijackMethod(){
printf("This should never be called");
printf("Neither this...");
return 0;
}