#pragma once #include "stdint.h" /* ============================================================================= strtol.c -- global functions ============================================================================= */ extern int32_t strtol(int8_t *str, int8_t **ptr, int16_t base);