Files
cleonos/clks.local.bak/kernel/hal/video/font8x8.h
2026-04-23 20:00:47 +08:00

8 lines
116 B
C

#ifndef CLKS_FONT8X8_H
#define CLKS_FONT8X8_H
#include <clks/types.h>
const u8 *clks_font8x8_get(char ch);
#endif