IronGOLEM/src/putchar.🗿
2023-07-25 05:43:10 +02:00

6 lines
34 B
Plaintext

putchar(c)
{
wrt c;
return c;
}