mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 07:01:03 +08:00
Add basic configurations to generate wctype.h header file. To begin with this header file just exposes one function iswalpha.
11 lines
161 B
YAML
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
|