lambda-calc-1/misc/wcindex.h
2025-01-13 20:36:07 -06:00

8 lines
88 B
C

#include <wchar.h>
const wchar_t* wcindex(
const wchar_t* str,
wchar_t wc);