campo-sirio/ps/pl0002.cpp
luca83 3f62e9654e Patch level : 10.0
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
2011-02-08 11:18:06 +00:00

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;
}