Help for this page

Select Code to Download


  1. or download this
    #include <some_header.h>
    
  2. or download this
    use Inline C => <<'EOC';
    #include <some_header.h>
    .
    .
    
  3. or download this
    use Inline C => <<'EOC';
    #include "full/path/to/some_header.h"
    .
    .