This commit is contained in:
kdx 2023-07-25 07:43:11 +02:00
parent 1452a70b85
commit c4ce5b8566

6
src/getchar.🗿 Normal file
View File

@ -0,0 +1,6 @@
getchar()
{
local c;
red &c;
return c;
}