Última atividade 1 month ago

racerxdl's Avatar Lucas Teske revisou este gist 8 years ago. Ir para a revisão

1 file changed, 6 insertions

shim.c(arquivo criado)

@@ -0,0 +1,6 @@
1 + #include <stdio.h>
2 +
3 + FILE * fopen ( const char * filename, const char * mode ) {
4 + printf("HUEBR, GIBE DATA PLOS, OR I REPORT U HUEHUE\n");
5 + return stdout;
6 + }
Próximo Anterior