home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
util
/
edit
/
mg
/
src.lzh
/
h
/
nullfile.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-05-23
|
364b
|
12 lines
#ifndef NULLFILE_H
#define NULLFILE_H
/*
* This file exists because some compilers can't handle a file with no data
* or functions. Here we put nothing. If your system can't handle empty
* files, then you should create nullfile.h in the directory of code specific
* for your system, and make sure that your compiles search that directory
* first.
*/
#endif