95a8cd1f23
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
14 lines
204 B
C++
Executable File
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;
|
|
} |