/* ============================================================================= toupper.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" /* ============================================================================= external functions ============================================================================= */ extern int16_t toupper(int16_t c);