
There were problems with putting e_os.h just into the top directory, because the test programs are compiled within test/ in the "standard" case in in their original directories in the makefile.one case; and in the latter symlinks may not be available.
5 lines
175 B
C
5 lines
175 B
C
/* The test programs are compiled in different directories for
|
|
* the "Makefile" and the "makefile.one" case -- the real e_os.h
|
|
* is one level above. */
|
|
#include "../e_os.h"
|