Method CompilationHandler()->handle_include()
- Method
handle_include
 stringhandle_include(stringheader_file,stringcurrent_file,boolis_local_ref)- Description
 Called by cpp() to resolv
#includeand#stringdirectives.- Parameter 
header_file File that was requested for inclusion.
- Parameter 
current_file File where the directive was found.
- Parameter 
is_local_ref Specifies reference method.
0Directive was
#include <header_file>.1Directive was
#include "header_file".- Returns
 Returns the filename to pass to read_include() if found, and
0(zero) on failure.- See also