Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.unix-wizards Subject: Re: C preprocessor: documentation and use outside of the C compiler Message-ID: <5721@brl-tgr.ARPA> Date: Sun, 11-Nov-84 16:16:50 EST Article-I.D.: brl-tgr.5721 Posted: Sun Nov 11 16:16:50 1984 Date-Received: Tue, 13-Nov-84 01:20:29 EST References: <580@turtlevax.UUCP> Distribution: net Organization: Ballistic Research Lab Lines: 9 > Is there any documentation anywhere about the C preprocessor, or does > one need to read through the source code to find out how to use it > outside of the C compiler? The UNIX System V User Reference Manual documents the C preprocessor under CPP(1). It also warns you that the C preprocessor is intended only for use via "cc" with C sources and that any other use may break some day. I assume this refers to the possibility of bundling the CPP functions into the lexical analyzer where they belong.