blob: 816c7716db97f4cf9813e218fa0eb6f7c7ee7797 [file]
header: wctype.h
standards:
- stdc
types:
- type_name: wint_t
- type_name: wctype_t
functions:
- name: iswalpha
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswupper
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswcntrl
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswgraph
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswdigit
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswlower
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswspace
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswblank
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswxdigit
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswalnum
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswpunct
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswprint
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- name: iswctype
standards:
- stdc
return_type: int
arguments:
- type: wint_t
- type: wctype_t
- name: wctype
standards:
- stdc
return_type: wctype_t
arguments:
- type: const char*
- name: towlower
standards:
- stdc
return_type: wint_t
arguments:
- type: wint_t
- name: towupper
standards:
- stdc
return_type: wint_t
arguments:
- type: wint_t