home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume30
/
rc
/
part04
/
addon.c
next >
Wrap
C/C++ Source or Header
|
1992-05-30
|
350b
|
23 lines
/*
This file contains the implementations of any locally defined
builtins.
*/
#ifdef DWS
/*
This is what DaviD Sanderson (dws@cs.wisc.edu) uses.
*/
#include <sys/types.h>
#include <sys/file.h>
#include <sys/stat.h>
#include "rc.h" /* for bool TRUE, FALSE */
#include "addon.h"
#include "addon/access.c"
#include "addon/test.c"
#endif