home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume14
/
sharedmem
/
part01
/
src
/
cm.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1988-05-17
|
269 b
|
15 lines
/* cm.h - include common memory include files */
#ifndef _TIME_
#include <sys/time.h>
#endif
#include "cm_constants.h"
#include "cm_var.h"
#include "cm_sd.h"
#include "cm_interface.h"
#include "cm_slot.h"
#include "cm_msg.h"
#include "cm_sync.h"
#include "cm_time.h"