[REBOL] Re: Routine support for logic! type?
From: anton::wilddsl::net::au at: 7-Apr-2006 19:44
In C, booleans are usually mapped to int or char. You will have to figure out for each DLL what the boolean type is mapped to. (ie. find the typedef assignment deep in the headers somewhere, that's usually quite fun.. :) Anton.