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