gnuboy-for-dfi/path.h

8 lines
95 B
C
Raw Normal View History

2012-06-23 14:46:01 +00:00
#ifndef PATH_H
#define PATH_H
char *path_search(char *name, char *mode, char *path);
#endif