What is the equivalent of "void" in CFFI?

oleg harput olegharput at gmail.com
Tue Jul 28 11:52:07 UTC 2020


void InitWindow(int width, int height, const char *title);              in C

(cffi:defcfun ("InitWindow"
init-window)                                      in CFFI
    :void                       <==== This void is true or not?
  (width (:pointer :int))
  (heigh (:pointer :int))
  (title (:pointer :char)))

please help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cffi-devel/attachments/20200728/53a9610d/attachment.htm>


More information about the cffi-devel mailing list