Subversion Repositories wimsdev

Rev

Rev 7676 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10 reyssat 1
        /* This is a scratch test file. It may contain anything,
2
         * change constantly, and is not part of wims. */
3
 
4
#include <stdio.h>
5
#include <stdarg.h>
6
#include "../wims.h"
7
 
8
int main()
9
{
10
    return 0;
11
}