/* ============================================================================= rindex.c -- external declarations ============================================================================= */ #pragma once #include "stdint.h" /* ============================================================================= external functions ============================================================================= */ extern int8_t *rindex(int8_t *str, int8_t c);