* Michael 'Mickey' Lauer wrote, On 05/02/09 15:39:
Am Thursday 05 February 2009 15:03:57 schrieb Sam Liddicott: I thought we were talking about vapi files. Something like [Compact] public class FdSet { [CCode (cheader_filename = "string.h")] public void zero () { memset(this, 0, sizeof(this)); }But I suppose you could also call FD_ZERO from the body too... Sam |