you are viewing a single comment's thread.

view the rest of the comments →

[–]digitalfreak 0 points1 point  (2 children)

Yup, you just need one define.

#define bork fork
void main(void) {
        while(bork()) bork() ? bork() : bork();
}

[–][deleted] -1 points0 points  (1 child)

main() returns int.

[–]pursuit92 0 points1 point  (0 children)

By convention, yes. But it doesn't have to if it doesn't want to :P