campo-sirio/ps/ps0830.cpp
guy 679c1ca544 Patch level : 10.0
Files correlati     : ps0830
Ricompilazione Demo : [ ]
Commento            :
Corretta esportazione a bilancia


git-svn-id: svn://10.65.10.50/trunk@19457 c028cbd2-c16b-5b4b-a496-9718f37d4682
2009-10-15 15:18:09 +00:00

22 lines
251 B
C++
Executable File

#include <xvt.h>
#include "ps0830.h"
int main(int argc, char** argv)
{
const int op = argc < 2 ? 0 : argv[1][1]-'0';
switch (op)
{
case 0:
default:
ps0830100(argc,argv); // esportazione listino Baiseina
break;
}
return 0;
}