gnuboy-for-dfi/path.h

8 lines
95 B
C

#ifndef PATH_H
#define PATH_H
char *path_search(char *name, char *mode, char *path);
#endif