Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!apple!sun-barr!newstop!sun!plx!plxsun!ming From: ming@plxsun.uucp (Lak-Ming Lam) Newsgroups: comp.lang.c Subject: Portability Issues Message-ID: <2573@plx.UUCP> Date: 23 Apr 91 19:48:36 GMT Sender: usenet@plx.UUCP Organization: Plexus Software Lines: 11 I would like to develop program which can be portable to different system (e.g. PC/MS-DOS, UNIX, Mac OS, etc.). I would like to have anyone of you help me on the following issues: o what need to be aware of (e.g. word size, byte order, etc.) o how to use one set of source code to support different systems (using #if MSDOS etc. or some other ways) o information that are already available on this issus (e.g. Usenet postings, technical papers, books, etc.) o example source code for applications which can run on different systems