#pragma once #include "stdint.h" /* ============================================================================= strlcmp.c -- global functions ============================================================================= */ extern int16_t strlcmp(int8_t *s, int8_t *l[]);