<div dir="ltr"><p><font size="+1">void InitWindow(int width, int height, const char *title);              in C</font></p>
<p><font size="+1">(cffi:defcfun ("InitWindow" init-window)                                      in CFFI<br>
    :void                       <==== This void is true or not?<br>
  (width (:pointer :int))<br>
  (heigh (:pointer :int))<br>
  (title (:pointer :char)))<br>
  </font></p>
<p><font size="+1">please help.</font></p></div>