/* ============================================================================= atol.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" /* ============================================================================= external functions ============================================================================= */ extern int32_t atol(int8_t *cp);