diff --git a/en/projects/c99/index.sgml b/en/projects/c99/index.sgml index fbd9b13170..6a34c98b7e 100644 --- a/en/projects/c99/index.sgml +++ b/en/projects/c99/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -111,7 +111,7 @@ -
Task | Responsible | @@ -1136,6 +1136,27 @@ them.|||
---|---|---|---|---|
Add stubs for reentrant wc handling functions btowc(), + mbrlen(), mbrtowc(), mbsrtowcs(), wcrtomb(), wcsrtombs(), + wctob(), wctype(). | +&a.tjr; | +2 August 2002 | +&status.wip; | +&status.blank; | +
Add stubs for reentrant wc handling functions iswalnum(), + iswalpha(), iswcntrl(), iswctype(), iswdigit(), iswgraph(), + iswlower(), iswprint(), iswpunct(), iswspace(), iswupper(), + iswxdigit(). | +&a.tjr; | +2 August 2002 | +&status.wip; | +&status.blank; | +
Implement wcstoimax(), wcstoumax(). |