campo-sirio/si/si0.h

10 lines
206 B
C
Raw Normal View History

#ifndef __SI0_H
#define __SI0_H
int si0100(int argc, char* argv[]); // Ricezione dati
int si0200(int argc, char* argv[]); // Stampe varie
int si0300(int argc, char* argv[]); // temp
#endif // __SI0_H