home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 3
/
hamradioversion3.0examsandprograms1992.iso
/
misc
/
9q920411
/
dirutil.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-09-01
|
367b
|
18 lines
#ifndef _DIRUTIL_H
#define _DIRUTIL_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* In dirutil.c */
FILE *dir __ARGS((char *path,int full));
int filedir __ARGS((char *name,int times,char *ret_str));
int getdir __ARGS((char *path,int full,FILE *file));
/* In pathname.c: */
char *pathname __ARGS((char *cd,char *path));
#endif /* _DIRUTIL_H */