Subject: Re: [ruby-ffi] global variables |
From: Shawn Anderson |
Date: 3/17/10 7:38 PM |
To: ruby-ffi@googlegroups.com |
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