Date: Wed, 15 Nov 1995 16:03:48 +0800 (SST) From: Teng Yong Jeffrey <93602081 AT neptune DOT np DOT ac DOT sg> To: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Question about DJGPP C syntax I recently downloaded a public-domain text windowing package in the form of c-winsrc.txt from garbo.uwasa.fi I unzipped the files inside and try compiling them, but somehow I couldn't get DJGPP to recognize the "far" declarations - what's the problem? the code is ... .... ScrRestoreRect (...) { ....; unsigned char far *fpBuf; ...; } I've been searching for documentation on the syntax of C as allowed by DJGPP and the documentation for the C functions. Where can they be found? I can't seem to find them anywhere (and I've downloaded gcc263dc.zip) thanks for all help