679c1ca544
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
22 lines
251 B
C++
Executable File
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;
|
|
}
|
|
|
|
|
|
|
|
|
|
|