Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[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.