Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 9 → Rev 10

/trunk/wims/src/Misc/test.c
0,0 → 1,11
/* This is a scratch test file. It may contain anything,
* change constantly, and is not part of wims. */
 
#include <stdio.h>
#include <stdarg.h>
#include "../wims.h"
 
int main()
{
return 0;
}