- Function
 Return the current X position of the text mode cursor.
- Header
 - Declaration
 
unsigned char wherex (void);- Description
 The function returns the current X position of the text mode cursor. Zero is returned for the leftmost screen position.
- Availability
 cc65
- See also
 - Example
 None.