[Top]
|
Method cpp()
- Method
cpp
-
string cpp(string data, string|void current_file, int|string|void charset, object|void handler, void|int compat_major, void|int compat_minor, void|int warn_if_constant_throws)
- Description
-
Run a string through the preprocessor.
Preprocesses the string data with Pike's builtin ANSI-C look-alike
preprocessor. If the current_file argument has not been specified,
it will default to "-" . charset defaults to "ISO-10646" .
- See also
-
compile()
|