#pragma once #include "stdint.h" /* ============================================================================= ctcpos.c -- global variables ============================================================================= */ extern int16_t ctcsw; extern int16_t mtcoldc; extern int16_t mtcoldr; /* ============================================================================= ctcpos.c -- global functions ============================================================================= */ extern void ctcoff(void); extern void ctcon(void); extern void ctcpos(int16_t row, int16_t col); extern void mtcoff(void); extern void mtcpos(int16_t row, int16_t col);