#pragma once #include "stdint.h" /* ============================================================================= strchr.c -- global functions ============================================================================= */ extern int8_t *strchr(int8_t *sp, int8_t c);