Files
llvm/libc/include/wctype.yaml
Prabhu Rajasekaran e8182fb501 [libc] add wctype.h header (#149202)
Add basic configurations to generate wctype.h header file. To begin with
this header file just exposes one function iswalpha.
2025-07-17 13:06:04 -07:00

11 lines
161 B
YAML

header: wctype.h
types:
- type_name: wint_t
functions:
- name: iswalpha
standards:
- stdc
return_type: int
arguments:
- type: wint_t