Files
mop3/kernel/libk/putchar_.c
2025-12-21 22:53:25 +01:00

3 lines
37 B
C

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