cpp(1) 06 Dec 1994 cpp(1)
NAME
cpp - the C language preprocessor
SYNOPSIS
LIBDIR/cpp [ option ...] [ ifile [ ofile ] ]
DESCRIPTION (International Functions)
Options:
-Dname=def
Characters from supplementary code sets can be used in def.
Directives:
#define name (arg, ..., arg) token-string
Characters from supplementary code sets can be used in token-
string.
#ident "string"
Characters from supplementary code sets can be used in string.
#if constant-expression
#elif constant-expression
Characters from supplementary code sets can be used in constant-
expression.
SEE ALSO
cc(1).
CAVEATS
Since the functionality of cpp(1) has been incorporated into cc(1),
this command may not be supported in future releases of Reliant UNIX.
Page 1 Reliant UNIX 5.44 12, 196