Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _check_for_GOINTBITS_bit_pointer_matching_GoInt (0.27 sec)

  1. src/cmd/cgo/out.go

    typedef double _Complex GoComplex128;
    #endif
    
    /*
      static assertion to make sure the file is being used on architecture
      at least with matching size of GoInt.
    */
    typedef char _check_for_GOINTBITS_bit_pointer_matching_GoInt[sizeof(void*)==GOINTBITS/8 ? 1:-1];
    
    #ifndef GO_CGO_GOSTRING_TYPEDEF
    typedef _GoString_ GoString;
    #endif
    typedef void *GoMap;
    typedef void *GoChan;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top