10 lines
266 B
C
Raw Normal View History

#ifndef __AT6_H
#define __AT6_H
int at6100(int argc, char* argv[]); // stampa tabella medici
int at6200(int argc, char* argv[]); // stampa tabella sezioni/sottogruppi
int at6300(int argc, char* argv[]); // stampa di controllo donazioni
#endif // __AT6_H