[][src]Function tcpp::process

pub fn process(data: String) -> Option<String>

Process c/cpp strings to its expanded form using the tcpp preprocessor directly.

This function call cannot handle any errors or inclusions and simply halts when a preprocessor error was detected, which makes it not recommended to be used.

You should probably check process_with instead