btowc(3), isblank(3): Correct prototypes for _l variants.
MFC after: 1 week
This commit is contained in:
parent
9333231988
commit
86bca8fb51
@ -42,9 +42,9 @@
|
||||
.In wchar.h
|
||||
.In xlocale.h
|
||||
.Ft wint_t
|
||||
.Fn btowc "int c"
|
||||
.Fn btowc_l "int c" "locale_t loc"
|
||||
.Ft int
|
||||
.Fn wctob "wint_t c"
|
||||
.Fn wctob_l "wint_t c" "locale_t loc"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn btowc
|
||||
|
@ -41,7 +41,7 @@
|
||||
.Ft int
|
||||
.Fn isblank "int c"
|
||||
.Ft int
|
||||
.Fn isblank "int c" "locale_t loc"
|
||||
.Fn isblank_l "int c" "locale_t loc"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn isblank
|
||||
|
Loading…
Reference in New Issue
Block a user