c75d4c35f7
Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 855 git-svn-id: svn://10.65.10.50/trunk@15071 c028cbd2-c16b-5b4b-a496-9718f37d4682
19 lines
347 B
C++
Executable File
19 lines
347 B
C++
Executable File
#include <xvt.h>
|
|
|
|
#include "pg0001.h"
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
int n = argc > 1 ? atoi(argv[1]+1) : 0;
|
|
switch(n)
|
|
{
|
|
case 1:
|
|
pg0001200(argc, argv); break; //ricezione movimenti da .... e invio a TS (SIPAG)
|
|
case 0:
|
|
default:
|
|
// pg0001100(argc, argv);
|
|
break; //ricezione fatture da paghe (SIPAG)
|
|
}
|
|
exit(0);
|
|
return 0;
|
|
} |