Files
cleonos/clks/kernel/hal/video/font8x8.h

8 lines
116 B
C
Raw Normal View History

2026-04-09 21:47:13 +08:00
#ifndef CLKS_FONT8X8_H
#define CLKS_FONT8X8_H
#include <clks/types.h>
const u8 *clks_font8x8_get(char ch);
#endif