This form:

        (cstruct %foo "foo" …)

errors, as “%FOO” ends up literally in some C format string. “%” needs to be 
escaped as “%%”. CSTRUCT is probably not the only place it happens, but it’s 
where I’ve run into it.
_______________________________________________
cffi-devel mailing list
cffi-devel@common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/cffi-devel

Reply via email to