boredos_mirror/src/kernel/userland/stb_image.c
2026-03-08 19:23:22 +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"