Name: Anonymous 2011-03-07 18:36
Write a program that generates random programming code.
// Simply loads a file and returns its FILE *
FILE *load_file(const char *file)
{
return fopen(file, "rb");
}
// Simply closes a file and returns an integer
int close_file(FILE *file)
{
return fclose(file);
}
static inline __fastcall const FILE * restricted(const char * restricted) __attribute__((always_inline) (nothrow))! Terrible!
static inline const FILE * const restricted (const char * const restricted) __attribute((always_inline) (nothrow) (fastcall) (nonnull (1)) (hot))