boredos_mirror/src/userland/stb_image.c
2026-03-16 00:30:47 +01:00

5 lines
118 B
C

// stb_image.c wrapper for Userland Mode
#include <stdlib.h>
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"