Files
mop3/kernel/libk/putchar_.c
2025-12-16 23:09:13 +01:00

4 lines
37 B
C

void putchar_(char x) { (void)x; }