b3cd9c64a9
Files correlati : no patch Ricompilazione Demo : [ ] Commento : Riportata la versione 01.05 patch 888 sul main trunk git-svn-id: svn://10.65.10.50/trunk@9217 c028cbd2-c16b-5b4b-a496-9718f37d4682
18 lines
253 B
C++
Executable File
18 lines
253 B
C++
Executable File
#include <xvt.h>
|
|
|
|
#include "770.h"
|
|
|
|
int main(int argc,char** argv)
|
|
{
|
|
const int n = (argc > 1) ? atoi(argv[1]+1) : 0;
|
|
switch(n)
|
|
{
|
|
case 1:
|
|
collega_vers_rit(argc,argv); break;
|
|
default:
|
|
SchedaPerc(argc,argv); break;
|
|
}
|
|
|
|
return n < 0;
|
|
}
|