最終更新 1 month ago

racerxdl's Avatar Lucas Teske revised this gist 8 years ago. Go to revision

1 file changed, 6 insertions

shim.c(file created)

@@ -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 + }
Newer Older