Skip to content

Commit 2fcd43f

Browse files
authored
Merge pull request MicrosoftDocs#2736 from MathiasVP/patch-1
Fix signature of _wcsnextc
2 parents 2cbe3eb + b0c97b6 commit 2fcd43f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c-runtime-library/reference/strnextc-wcsnextc-mbsnextc-mbsnextc-l.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Finds the next character in a string.
2323
unsigned int _strnextc(
2424
const char *str
2525
);
26-
unsigned int _wscnextc(
26+
unsigned int _wcsnextc(
2727
const wchar_t *str
2828
);
2929
unsigned int _mbsnextc(

0 commit comments

Comments
 (0)