Files correlati : ci2 Ricompilazione Demo : [ ] Commento : Aggiunto il programma di rilevamento ore consuntivo (da creare il nuovo progetto) git-svn-id: svn://10.65.10.50/branches/R_10_00@20699 c028cbd2-c16b-5b4b-a496-9718f37d4682
8 lines
176 B
C
Executable File
8 lines
176 B
C
Executable File
#ifndef __CI0_H
|
|
#define __CI0_H
|
|
|
|
int ci2100(int argc, char* argv[]); // Rilevamento preventivi
|
|
int ci2200(int argc, char* argv[]); // Rilevamento consuntivi
|
|
|
|
#endif // __CI0_H
|