8 lines
88 B
C
8 lines
88 B
C
|
|
#include <wchar.h>
|
|
|
|
const wchar_t* wcindex(
|
|
const wchar_t* str,
|
|
wchar_t wc);
|
|
|
|
|