![](https://secure.gravatar.com/avatar/5242d1c234102678c268e87282eceeb2.jpg?s=120&d=mm&r=g)
28 Jul
2020
28 Jul
'20
11:52 a.m.
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.