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);
}
/svarcom/trunk/toys/makefile
0,0 → 1,7
 
CFLAGS = -0 -mt -wx -lr -we -ox
 
all: erlev.com
 
erlev.com: erlev.c
*wcl $(CFLAGS) erlev.c
/svarcom/trunk/toys/readme.txt
0,0 → 1,2
This directory contains tiny applications that are overall not very useful.
Their job is only to help me test SvarCOM.