Oct. 29, 2014
10:59 a.m.
I I have a C struct with a char* struct result { char* time } I define an ExternalStructure in FFI , with one field of type char* (note that the syntax char [5] is not accepted ! ). defineFields generates the accessors time and time: If I use time: â05:45â I get an error. How do I set a string value in an ExternalStructure ? Annick