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