
9 Feb
2012
9 Feb
'12
2:23 p.m.
On Thu, Feb 09, 2012 at 04:52:16AM -0800, John Meacham wrote:
Since CSigSet has "sigset_t" associated with it, 'Ptr CSigSet' ends up turning into 'sigset_t *' in the generated code. (Ptr (Ptr CChar)) turns into char** and so forth.
What does the syntax for associating sigset_t with CSigSet look like? Thanks Ian