2006-07-11 13:10:51 +00:00
|
|
|
#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:
|
2013-01-30 17:02:41 +00:00
|
|
|
ps0872100(argc, argv); break; //Stampa Listini RealPlast
|
2006-07-11 13:10:51 +00:00
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|