Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ random code challenge

Name: Anonymous 2011-03-07 18:36

Write a program that generates random programming code.

Name: Anonymous 2011-03-10 9:03

Name: Anonymous 2011-03-10 9:20

>>41
Sorry :(

Name: Anonymous 2011-03-10 9:42

>>41
Get a fucking sense of humour, you autistic cunt

Name: Anonymous 2011-03-10 10:14

>>43
sense of humour
Forget it, he's Russian.

Name: Anonymous 2011-03-10 13:10

This is my favorite part:


// Simply loads a file and returns its FILE *
FILE *load_file(const char *file)
{
    return fopen(file, "rb");
}


That is ENTERPRISE QUANTITY.

Name: Anonymous 2011-03-10 13:14

>>45
I am wondering why this isn't there, also:


// Simply closes a file and returns an integer
int close_file(FILE *file)
{
    return fclose(file);
}

Name: Anonymous 2011-03-10 14:22

>>45
It's not declared static inline __fastcall const FILE * restricted(const char * restricted) __attribute__((always_inline) (nothrow))! Terrible!

Name: Anonymous 2011-03-10 15:30

>>47
Actually, it should be static inline const FILE * const restricted (const char * const restricted) __attribute((always_inline) (nothrow) (fastcall) (nonnull (1)) (hot))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List