Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hora (0.02 sec)

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

    // https://gcc.gnu.org/PR68072 aka https://golang.org/issue/13344 .
    // It used to cause a cgo error when building with GCC 6.
    extern int hola;
    
    // this example is in issue 3253
    int hola = 0;
    int testHola() { return hola; }
    
    // issue 3250
    #ifdef WIN32
    void testSendSIG() {}
    #else
    static void *thread(void *p) {
    	const int M = 100;
    	int i;
    	(void)p;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top