Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dangerousString1 (0.12 sec)

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

    	data[i] = 'x';
    	}
    	data[2*pageSize -1 ] = 0;
    	return data+start;
    }
    #else
    char *dangerousString1() { return NULL; }
    char *dangerousString2() { return NULL; }
    #endif
    
    // issue 26066
    const unsigned long long int issue26066 = (const unsigned long long) -1;
    
    // issue 26517
    // Introduce two pointer types which are distinct, but have the same
    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