201 lines · yaml
1header: ctype.h2standards:3 - stdc4enums: []5objects: []6functions:7 - name: isalnum8 standards:9 - stdc10 return_type: int11 arguments:12 - type: int13 - name: isalpha14 standards:15 - stdc16 return_type: int17 arguments:18 - type: int19 - name: isascii20 standards:21 - POSIX22 return_type: int23 arguments:24 - type: int25 - name: isblank26 standards:27 - stdc28 return_type: int29 arguments:30 - type: int31 - name: iscntrl32 standards:33 - stdc34 return_type: int35 arguments:36 - type: int37 - name: isdigit38 standards:39 - stdc40 return_type: int41 arguments:42 - type: int43 - name: isgraph44 standards:45 - stdc46 return_type: int47 arguments:48 - type: int49 - name: islower50 standards:51 - stdc52 return_type: int53 arguments:54 - type: int55 - name: isprint56 standards:57 - stdc58 return_type: int59 arguments:60 - type: int61 - name: ispunct62 standards:63 - stdc64 return_type: int65 arguments:66 - type: int67 - name: isspace68 standards:69 - stdc70 return_type: int71 arguments:72 - type: int73 - name: isupper74 standards:75 - stdc76 return_type: int77 arguments:78 - type: int79 - name: isxdigit80 standards:81 - stdc82 return_type: int83 arguments:84 - type: int85 - name: toascii86 standards:87 - GNUExtensions88 return_type: int89 arguments:90 - type: int91 - name: tolower92 standards:93 - stdc94 return_type: int95 arguments:96 - type: int97 - name: toupper98 standards:99 - stdc100 return_type: int101 arguments:102 - type: int103 - name: isalnum_l104 standards:105 - posix106 return_type: int107 arguments:108 - type: int109 - type: locale_t110 - name: isalpha_l111 standards:112 - posix113 return_type: int114 arguments:115 - type: int116 - type: locale_t117 - name: isblank_l118 standards:119 - posix120 return_type: int121 arguments:122 - type: int123 - type: locale_t124 - name: iscntrl_l125 standards:126 - posix127 return_type: int128 arguments:129 - type: int130 - type: locale_t131 - name: isdigit_l132 standards:133 - posix134 return_type: int135 arguments:136 - type: int137 - type: locale_t138 - name: isgraph_l139 standards:140 - posix141 return_type: int142 arguments:143 - type: int144 - type: locale_t145 - name: islower_l146 standards:147 - posix148 return_type: int149 arguments:150 - type: int151 - type: locale_t152 - name: isprint_l153 standards:154 - posix155 return_type: int156 arguments:157 - type: int158 - type: locale_t159 - name: ispunct_l160 standards:161 - posix162 return_type: int163 arguments:164 - type: int165 - type: locale_t166 - name: isspace_l167 standards:168 - posix169 return_type: int170 arguments:171 - type: int172 - type: locale_t173 - name: isupper_l174 standards:175 - posix176 return_type: int177 arguments:178 - type: int179 - type: locale_t180 - name: isxdigit_l181 standards:182 - posix183 return_type: int184 arguments:185 - type: int186 - type: locale_t187 - name: tolower_l188 standards:189 - posix190 return_type: int191 arguments:192 - type: int193 - type: locale_t194 - name: toupper_l195 standards:196 - posix197 return_type: int198 arguments:199 - type: int200 - type: locale_t201