Query: cppo
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CPPO(1) General Commands Manual CPPO(1)NAMEcppo - cpp for OCaml.SYNOPSIScppo [options] file*DESCRIPTIONCppo is an OCaml-friendly implementation of cpp, the C preprocessor. It can replace camlp4 for preprocessing OCaml files, using cpp style and syntax. It allows defining simple macros and file inclusion.OPTIONS-D DEF Equivalent of interpreting `#define DEF' before processing the input -U IDENT Equivalent of interpreting `#undef IDENT' before processing the input -I DIR Add directory DIR to the search path for included files -o FILE Output file -q Identify and preserve camlp4 quotations -s Output line directives pointing to the exact source location of each token, including those coming from the body of macro defini- tions. This behavior is off by default. -n Do not output any line directive other than those found in the input (overrides -s). -version Print the version of the program and exit. -help|--help Display this list of optionsAUTHORSSylvain Le Gall. cppo User Manual December 4, 2010 CPPO(1)
Related Man Pages |
---|
caml2html(1) - debian |
camlmix(1) - debian |
cpp(1) - sunos |
ocamllex(1) - centos |
cpp(1) - plan9 |
Similar Topics in the Unix Linux Community |
---|
sed and Output line too long |
Option 4 in script broken |
File text manipulation |
Help with iptables |
Change NFS default ports |