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