Method CompilationHandler()->read_include()
- Method
read_include
 stringread_include(stringfilename)- Description
 Called by cpp() to read included files.
- Parameter 
filename Filename as returned by handle_include().
- Returns
 Returns a string with the content of the header file on success, and
0(zero) on failure.- See also