campo-sirio/m770/777.cpp
guy 95a8cd1f23 Patch level : 10.0
Files correlati     : 777.exe 77qla.frm 77qst.frm
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@20403 c028cbd2-c16b-5b4b-a496-9718f37d4682
2010-04-29 15:59:14 +00:00

14 lines
204 B
C++
Executable File

#include <xvt.h>
#include "777.h"
int main(int argc,char** argv)
{
const int n = (argc > 1) ? atoi(argv[1]+1) : -1;
switch(n)
{
case 0:
default: m777100(argc, argv); break;
}
return 0;
}