Hi, some users are not very attentive when reading documentation and rely on examples so i just though that it would be useful to have an example of an array defined as a member of a c struct in the manual.
Ignas
"Ignas Mikalajunas" ignas.mikalajunas@gmail.com writes:
+;; @lispcmt{Using :count to define arrays inside of a struct.}
+(defcstruct video_tuner
- (name :char :count 32))
Thanks, I've applied this to my tree.