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