3f62e9654e
Files correlati : pl002 Ricompilazione Demo : [ ] Commento : Importazione dati LIF git-svn-id: svn://10.65.10.50/branches/R_10_00@21595 c028cbd2-c16b-5b4b-a496-9718f37d4682
25 lines
270 B
C++
Executable File
25 lines
270 B
C++
Executable File
#include <xvt.h>
|
|
|
|
#include "pl0002.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
const int op = argc < 2 ? 0 : argv[1][1]-'0';
|
|
switch (op)
|
|
{
|
|
case 0:
|
|
pl0002100(argc,argv);
|
|
break;
|
|
default:
|
|
pl0002100(argc,argv);
|
|
break;
|
|
}
|
|
exit(0);
|
|
return 0;
|
|
}
|
|
|
|
|
|
|
|
|
|
|