Help for this page

Select Code to Download


  1. or download this
    use Inline C;
    
  2. or download this
    use Inline 'C';
    
  3. or download this
    use Inline C => ();
    
  4. or download this
    use Inline C => q{
       /* my C code goes here */
    };