Astrophysics/functions.h
2023-08-04 10:39:16 +02:00

7 lines
72 B
C

#ifndef H_FUNCTIONS
#define H_FUNCTIONS
int fileExist(char *);
#endif