home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
emacs-19.28-src.tgz
/
tar.out
/
fsf
/
emacs
/
unixlib
/
src
/
fibstat.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
249b
|
13 lines
#ifndef FIBSTAT_H
#define FNAMESIZE 256
extern char _temp_fname[FNAMESIZE];
void _lfibstat(char *name, struct FileInfoBlock *fib, struct MsgPort *task,
int isroot, struct stat *sbuf);
int _fibstat(char *name, struct stat *sbuf);
#endif