Files
ACSreader/inputs.h
2019-01-21 13:56:51 +01:00

7 lines
78 B
C

#ifndef INPUTS_FILE
#define INPUTS_FILE
void *readinputs(void *ptr);
#endif