string read_include(string filename)
Called by cpp() to read included files.
Filename as returned by handle_include() .
Returns a string with the content of the header file on success, and 0 (zero) on failure.
0
handle_include()