Subversion Repositories wimsdev

Rev

Rev 7676 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  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. }
  12.