1 2 3 4 5 6 7 8 9 10 11 12 13 14
// SPDX-License-Identifier: BSD-2-Clause-Patent /* * ctype.h - standard ctype functions */ #ifdef SHIM_UNIT_TEST #include_next <string.h> #else #ifndef _CTYPE_H #define _CTYPE_H #endif /* !_CTYPE_H */ #endif /* !SHIM_UNIT_TEST */ // vim:fenc=utf-8:tw=75:noet