Files correlati : cg2.exe Commento : - Riepilogo registrazioni con liquidazione periodo precedente [Fix #43]
9 lines
157 B
C
Executable File
9 lines
157 B
C
Executable File
#ifndef __CG2_H
|
|
#define __CG2_H
|
|
|
|
int cg2100(int argc, char** argv);
|
|
int cg2200(int argc, char** argv);
|
|
int cg2300(int argc, char** argv);
|
|
|
|
#endif // __CG2_H
|