home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
pcmagazi
/
1991
/
13
/
model_s.h
< prev
next >
Wrap
Text File
|
1991-06-12
|
297b
|
10 lines
// model_s.h RHS 3/4/91
// when #include'd in a .C or .CPP file, insures that only a particular
// memory model can be used: e.g., MODEL_S.H is for the Small model
#if !defined(__SMALL__)
#error Small Memory Model not defined: set model
option and re-start compile«MDNM»
#endif
«MDNM»