[racket] providing cstructs
On 03/09/2013 02:08 AM, Pierpaolo Bernardi wrote:
> On Sat, Mar 9, 2013 at 9:32 AM, Tobias Hammer <tobias.hammer at dlr.de> wrote:
>> (struct-out id), not _id still works. Only the 'special' names like _id,
>> _id-pointer etc. are not included.
>
> Exactly what I needed, thanks!
>
> You have spared me a weekend of typing. 8^)
I think you could also define the cstruct in a submodule, provide it
using `all-defined-out', and re-provide it from the enclosing module
using `all-from-out'.
Neil ⊥