Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for callMulti (0.3 sec)

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

    // #include'd twice.  No runtime test; just make sure it compiles.
    #include "issue8331.h"
    
    // issue 8945
    
    typedef void (*PFunc8945)();
    extern PFunc8945 func8945; // definition is in test.go
    
    // issue 20910
    void callMulti(void);
    
    // issue 28772 part 2 - part 1 in issuex.go
    #define issue28772Constant2 2
    
    
    // issue 31891
    typedef struct {
    	long obj;
    } Issue31891A;
    
    typedef struct {
    	long obj;
    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