home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
NETWORK
/
SRC_0618.ZIP
/
DIRUTIL.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1990-09-01
|
367 b
|
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 */