Help for this page

Select Code to Download


  1. or download this
    use Inline C => 'DATA',
                    LIBS = > '-lalib -lanotherlib',
                    INC = > '-Iinc';
    
  2. or download this
    use Inline C => 'DATA',
                    LIBS = > '-lalib -lanotherlib',
                    MYEXTLIB = > 'inc/somecode.o',
                    INC = > '-Iinc';