Subversion Repositories wimsdev

Rev

Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 7676
Line 1... Line 1...
1
        /* This is a scratch test file. It may contain anything,
1
/* This is a scratch test file. It may contain anything,
2
         * change constantly, and is not part of wims. */
2
 * change constantly, and is not part of wims. */
3
 
3
 
4
#include <stdio.h>
4
#include <stdio.h>
5
#include <stdarg.h>
5
#include <stdarg.h>
6
#include "../wims.h"
6
#include "../wims.h"
7
 
7