>>8 Nope.
a.c:3:1: warning: implicitly declaring C library function 'printf' with type 'int (const char *, ...)'
printf(fgets(hackMyAnus, 1024, stdin));
^
a.c:3:1: note: please include the header <stdio.h> or explicitly provide a declaration for 'printf'
a.c:3:8: warning: implicit declaration of function 'fgets' is invalid in C99 [-Wimplicit-function-declaration]
printf(fgets(hackMyAnus, 1024, stdin));
^
a.c:3:32: error: use of undeclared identifier 'stdin'
printf(fgets(hackMyAnus, 1024, stdin));
^
a.c:4:9: warning: incompatible pointer to integer conversion returning 'char [13]' from a function with result type 'int';
;return "EXIT_SUCCESS"
^~~~~~~~~~~~~~
3 warnings and 1 error generated.