Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Thomsen (0.23 sec)

  1. src/cmd/cgo/gcc.go

    	// If we see an error at not-num-const:xxx, the corresponding name is not a number constant.
    	// If we see an error at not-str-lit:xxx, the corresponding name is not a string literal.
    	//
    	// The specific input forms are chosen so that they are valid C syntax regardless of
    	// whether name denotes a type or an expression.
    
    	var b bytes.Buffer
    	b.WriteString(builtinProlog)
    	b.WriteString(f.Preamble)
    
    	for i, n := range names {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top