Subversion Repositories wimsdev

Rev

Rev 7676 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7676 Rev 12248
Line 5... Line 5...
5
#include <stdarg.h>
5
#include <stdarg.h>
6
#include "../wims.h"
6
#include "../wims.h"
7
 
7
 
8
int main()
8
int main()
9
{
9
{
10
    return 0;
10
  return 0;
11
}
11
}