/************ kcbyin.c Eingabe eines Bytes vom KC87, darf nur bei status=1 aufgerufen werden. Returnwert=status danach Compilation mit: gcc -o kcbyin -O3 -Wall kcbyin.c ************/ #include #include "pio-par-lib.c" int main(void) { rc=in_byte(); printf("%c",(char)ibyte); return(rc); }