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