Files correlati : 777.exe Ricompilazione Demo : [ ] Commento : Aggiunto programma di trasferimento dati 770 per la Dylog git-svn-id: svn://10.65.10.50/trunk@7218 c028cbd2-c16b-5b4b-a496-9718f37d4682
15 lines
242 B
C++
Executable File
15 lines
242 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: m777100(argc, argv); break;
|
|
default: m777200(argc, argv); break;
|
|
}
|
|
exit(0);
|
|
return 0;
|
|
} |