Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 543 → Rev 544

/svarcom/trunk/toys/erlev.c
0,0 → 1,7
#include <stdio.h>
#include <stdlib.h>
 
int main(int argc, char **argv) {
int d = atoi(argv[1]);
return(d);
}