1 2 3 4 5 6
#include <cynic.h> int main(void) { // cyn_log_write(CYN_LOG_INFO, UN_STR("Size of it is: %l"), sizeof(File_Handle)); File_Handle file = cyn_file_open(UN_STR("Ligma.png")); }