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

joke of the day

Name: Anonymous 2014-06-07 6:37

gcc following standards

Name: Alexander Dubček 2014-06-09 15:25

#include <u.h>
#include <libc.h>

void
main(int argc, char **argv)
{
int x;

if(argc != 2){
fprint(2, "usage: check <postid>\n");
exits("missing argument");
}

x = atoi(argv[1]);
if(x % 11)
exits("not doubles");
else
print("Check my doubles!\n");
exits("");
}


VALID PLAN9 C

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