
7 Nov
2005
7 Nov
'05
7:31 a.m.
Hi, c2hs appears to have trouble with pointers to structs when not using typedefs. A simple that shows this behaviour: module Foo where #c struct foo { char x; }; void bar(struct foo *x); #endc {#pointer *'struct foo' as Foo newtype#} Am I doing something incorrectly or is this simply not supported? Cheers, Jelmer