Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: With Inline::C, how to link to external library? (XS)

by syphilis (Archbishop)
on Aug 09, 2016 at 10:30 UTC ( [id://1169396]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Inline C => 'END';
    
    ...
      printf("6\n");
    }
    
  2. or download this
    use Inline C;
    
    ...
      printf("6\n");
    }
    
  3. or download this
    say();
    
    ...
    }
    
    END
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1169396]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (7)
As of 2024-04-19 14:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found