Next Previous Contents

3.44 cbm_k_getin

Function

Get One Byte from the Input Device

Header

cbm.h

Declaration

unsigned char cbm_k_getin (void);

Description

Function gets a character from the current input device.

Limits

Availability

cc65

See also

cbm_k_basin

Example

None.


Next Previous Contents