
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.