/* Shadows firmware/include/string-extra.h — BSD string helpers the
* firmware carries for targets that lack them. Implemented in
* rbmeta_shim.c (a static-archive definition coexists with the libc one
* on macOS / glibc ≥ 2.38).
*
* macOS _FORTIFY_SOURCE turns strlcpy/strlcat into function-like macros;
* only declare them when they aren't already macros. */
size_t ;
size_t ;
char *;