1 2 3 4 5 6
#pragma once #include <stdio.h> #include <pixman.h> pixman_image_t *jpg_load(FILE *fp, const char *path);