summaryrefslogtreecommitdiff
path: root/libc/docs/headers/wctype.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libc/docs/headers/wctype.rst')
-rw-r--r--libc/docs/headers/wctype.rst86
1 files changed, 0 insertions, 86 deletions
diff --git a/libc/docs/headers/wctype.rst b/libc/docs/headers/wctype.rst
deleted file mode 100644
index 076db04f183e..000000000000
--- a/libc/docs/headers/wctype.rst
+++ /dev/null
@@ -1,86 +0,0 @@
-.. include:: ../check.rst
-
-========
-wctype.h
-========
-
-Functions
-=========
-
-.. list-table::
- :widths: auto
- :align: center
- :header-rows: 1
-
- * - Function
- - Implemented
- - C23 Standard Section
- - POSIX Docs
- * - iswalnum
- -
- - 7.32.2.1.1
- -
- * - iswalpha
- -
- - 7.32.2.1.2
- -
- * - iswblank
- -
- - 7.32.2.1.4
- -
- * - iswctype
- -
- - 7.32.2.2.1
- -
- * - iswdigit
- -
- - 7.32.2.1.5
- -
- * - iswgraph
- -
- - 7.32.2.1.6
- -
- * - iswlower
- -
- - 7.32.2.1.7
- -
- * - iswprint
- -
- - 7.32.2.1.8
- -
- * - iswpunct
- -
- - 7.32.2.1.9
- -
- * - iswspace
- -
- - 7.32.2.1.10
- -
- * - iswupper
- -
- - 7.32.2.1.11
- -
- * - iswxdigit
- -
- - 7.32.2.1.12
- -
- * - towctrans
- -
- - 7.32.3.2.1
- -
- * - towlower
- -
- - 7.32.3.1.1
- -
- * - towupper
- -
- - 7.32.3.1.2
- -
- * - wctrans
- -
- - 7.32.3.2.2
- -
- * - wctype
- -
- - 7.32.2.2.2
- -