modernc.org/libc@v1.24.1/wctype/capi_darwin_amd64.go (about)

     1  // Code generated by 'ccgo wctype/gen.c -crt-import-path  -export-defines  -export-enums  -export-externs X -export-fields F -export-structs  -export-typedefs  -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o wctype/wctype_darwin_amd64.go -pkgname wctype', DO NOT EDIT.
     2  
     3  package wctype
     4  
     5  var CAPI = map[string]struct{}{
     6  	"__darwin_check_fd_set_overflow": {},
     7  	"__isctype":                      {},
     8  	"__istype":                       {},
     9  	"__wcwidth":                      {},
    10  	"digittoint":                     {},
    11  	"isalnum":                        {},
    12  	"isalpha":                        {},
    13  	"isascii":                        {},
    14  	"isblank":                        {},
    15  	"iscntrl":                        {},
    16  	"isdigit":                        {},
    17  	"isgraph":                        {},
    18  	"ishexnumber":                    {},
    19  	"isideogram":                     {},
    20  	"islower":                        {},
    21  	"isnumber":                       {},
    22  	"isphonogram":                    {},
    23  	"isprint":                        {},
    24  	"ispunct":                        {},
    25  	"isrune":                         {},
    26  	"isspace":                        {},
    27  	"isspecial":                      {},
    28  	"isupper":                        {},
    29  	"iswalnum":                       {},
    30  	"iswalpha":                       {},
    31  	"iswascii":                       {},
    32  	"iswblank":                       {},
    33  	"iswcntrl":                       {},
    34  	"iswctype":                       {},
    35  	"iswdigit":                       {},
    36  	"iswgraph":                       {},
    37  	"iswhexnumber":                   {},
    38  	"iswideogram":                    {},
    39  	"iswlower":                       {},
    40  	"iswnumber":                      {},
    41  	"iswphonogram":                   {},
    42  	"iswprint":                       {},
    43  	"iswpunct":                       {},
    44  	"iswrune":                        {},
    45  	"iswspace":                       {},
    46  	"iswspecial":                     {},
    47  	"iswupper":                       {},
    48  	"iswxdigit":                      {},
    49  	"isxdigit":                       {},
    50  	"toascii":                        {},
    51  	"tolower":                        {},
    52  	"toupper":                        {},
    53  	"towlower":                       {},
    54  	"towupper":                       {},
    55  }