Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^4: With Inline::C, how to link to external library? (;)

by stevieb (Canon)
on Aug 08, 2016 at 14:38 UTC ( [id://1169359]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    diff XSUB.h.orig XSUB.h
    141c141
    < #    define XS_EXTERNAL(name) void name(pTHX_ CV* cv __attribute__un
    +used__)
    ---
    > #    define XS_EXTERNAL(name) name(pTHX_ CV* cv __attribute__unused_
    +_)
    
  2. or download this
    use warnings;
    use strict;
    ...
        pinMode(1, INPUT);
        printf("hello, world!\n");
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-23 10:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found