046e2c06cb
Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 848 git-svn-id: svn://10.65.10.50/trunk@14993 c028cbd2-c16b-5b4b-a496-9718f37d4682
22 lines
303 B
C++
Executable File
22 lines
303 B
C++
Executable File
#include <xvt.h>
|
|
|
|
#include "pd0777.h"
|
|
|
|
int main(int argc,char** argv)
|
|
{
|
|
const int s = (argc > 1) ? argv[1][1] - '0' : 0;
|
|
|
|
switch (s)
|
|
{
|
|
case 0 :
|
|
default: pd0777100(argc,argv); // Importa stipendi in prima nota (OMASA)
|
|
break;
|
|
}
|
|
exit(0);
|
|
return 0;
|
|
}
|
|
|
|
|
|
|
|
|