Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: A clean way to account for machine word sizes in XS code?

by tonyc (Pilgrim)
on Aug 14, 2009 at 01:50 UTC ( [id://788483]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    gf2_u8     T_UV
    gf2_u16    T_UV
    ...
    gf2_s8     T_IV
    gf2_s16    T_IV
    gf2_s32    T_IV
    
  2. or download this
    #include <limits.h>
    
    ...
    #else
    typedef unsigned long gf2_u32;
    #endif
    

Log In?
Username:
Password:

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

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

    No recent polls found