1 2 3 4 5 6 7
#ifndef MONS_QOI_H #define MONS_QOI_H #include <stdio.h> struct mons_image mons_load_qoi(FILE *stream); #endif