c8cd2bf9bd
Files correlati :cm1 & friends Ricompilazione Demo : [ ] Commento :prima stesura personalizzazione commesse CRPA git-svn-id: svn://10.65.10.50/trunk@11658 c028cbd2-c16b-5b4b-a496-9718f37d4682
38 lines
299 B
C++
Executable File
38 lines
299 B
C++
Executable File
#include <xvt.h>
|
|
|
|
#include "cm1.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
const int op = argc < 2 ? 0 : argv[1][1]-'0';
|
|
switch (op)
|
|
{
|
|
// case 1: cm1200(argc,argv); break; //
|
|
default: cm1100(argc,argv); break; //stampa pagato per commessa
|
|
}
|
|
exit(0);
|
|
return 0;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|