Subject:
[ruby-ffi] global variables
From:
Peter
Date:
3/17/10 3:23 PM
To:
ruby-ffi

Hi,

how can I access global variables? I read it in the feature list but
can't find an example,spec ....

E.g the header file of libxosd has something like this:

extern char *xosd_error;

And I'd like to have that string.


THX

Peter