Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for callIssue31891 (0.2 sec)

  1. src/cmd/cgo/internal/test/testx.go

    #define issue28772Constant2 2
    
    
    // issue 31891
    typedef struct {
    	long obj;
    } Issue31891A;
    
    typedef struct {
    	long obj;
    } Issue31891B;
    
    void callIssue31891(void);
    
    typedef struct {
    	int i;
    } Issue38408, *PIssue38408;
    
    extern void cfunc49633(void*); // definition is in test.go
    */
    import "C"
    
    // exports
    
    //export ReturnIntLong
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 17 21:53:11 UTC 2023
    - 10.6K bytes
    - Viewed (0)
Back to top