Skip to content

Commit

Permalink
include/wctype.h: remove duplicated prototype, iswctype
Browse files Browse the repository at this point in the history
It has two prototypes of iswctype.

Signed-off-by: sunghan-chang <[email protected]>
  • Loading branch information
sunghan-chang committed Nov 16, 2018
1 parent d5c794e commit cb00ed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion os/include/wctype.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ int towctrans(wint_t, wctrans_t);
wint_t towlower(wint_t);
wint_t towupper(wint_t);
wctrans_t wctrans(FAR const char *);
int iswctype(wint_t, wctype_t);
wctype_t wctype(FAR const char *);

#endif /* INCLUDE_WTYPE_H */

0 comments on commit cb00ed9

Please sign in to comment.