Skip to content

Commit f61809d

Browse files
committed
Add public header wctype
1 parent f2596a6 commit f61809d

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed

libc/config/baremetal/arm/headers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ set(TARGET_PUBLIC_HEADERS
2323
libc.include.time
2424
libc.include.uchar
2525
libc.include.wchar
26+
libc.include.wctype
2627
)

libc/include/wctype.h.def

Lines changed: 0 additions & 16 deletions
This file was deleted.

libc/include/wctype.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
header: wctype.h
2-
header_template: wctype.h.def
3-
macros: []
42
types:
53
- type_name: wint_t
6-
enums: []
7-
objects: []
84
functions:
95
- name: iswalpha
106
standards:

libc/src/wctype/iswalpha.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- Implementation of wctob -------------------------------------------===//
1+
//===-- Implementation of iswcalpha ---------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)