campo-sirio/ci/ci2.h

9 lines
238 B
C
Raw Normal View History

#ifndef __CI2_H
#define __CI2_H
int ci2100(int argc, char* argv[]); // Rilevamento preventivi
int ci2200(int argc, char* argv[]); // Rilevamento consuntivi
int ci2300(int argc, char* argv[]); // Rilevamento consuntivi
#endif // __CI2_H