195b6a3fb2
git-svn-id: svn://10.65.10.50/branches/R_10_00@22926 c028cbd2-c16b-5b4b-a496-9718f37d4682
14 lines
286 B
C++
Executable File
14 lines
286 B
C++
Executable File
#include <xvt.h>
|
|
|
|
#include "ps0872.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
int n = argc > 1 ? atoi(argv[1]+1) : 0;
|
|
switch(n)
|
|
{
|
|
case 1 : ps0872200(argc, argv); break; //Stampa Produzione RealPlast
|
|
default: ps0872100(argc, argv); break; //Stampa Listini RealPlast
|
|
}
|
|
return 0;
|
|
} |