29bdec473c
Files correlati : cgp4.exe cgp4100a.msk cgp4100a.ini omasa.ini Ricompilazione Demo : [ ] Commento : Importazione stipendi OMASA git-svn-id: svn://10.65.10.50/trunk@12010 c028cbd2-c16b-5b4b-a496-9718f37d4682
21 lines
299 B
C++
Executable File
21 lines
299 B
C++
Executable File
#include <xvt.h>
|
|
|
|
#include "cgp4.h"
|
|
|
|
int main(int argc,char** argv)
|
|
{
|
|
const int s = (argc > 1) ? argv[1][1] - '0' : 0;
|
|
|
|
switch (s)
|
|
{
|
|
case 0 :
|
|
default: cgp4100(argc,argv) ; break; // Importa stipendi in prima nota (OMASA)
|
|
}
|
|
exit(0);
|
|
return 0;
|
|
}
|
|
|
|
|
|
|
|
|