7 lines
78 B
C
7 lines
78 B
C
#ifndef INPUTS_FILE
|
|
#define INPUTS_FILE
|
|
|
|
void *readinputs(void *ptr);
|
|
|
|
#endif
|