Re: [pure-lang-users] C macros
Status: Beta
Brought to you by:
agraef
From: Eddie R. <er...@bm...> - 2008-08-27 14:24:30
|
On Tue, 2008-08-26 at 02:54 +0200, Albert Graef wrote: > - Accessing the fields of a struct through pointers in Pure is possible > (see the stuff at the end of primitives.pure), but probably > non-portable. You'd probably need some getter/setter functions in your > wrapper to do that in a safe way. Um... Is there some way from Pure to find out the byte sizeof ints, doubles, complex, etc? When the sizes change on different machines and/or compilers I'd like the library to automatically handle this. e.r. |