Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for leaves (0.17 sec)

  1. src/cmd/cgo/gcc.go

    			}
    			n.Name = upper(n.Name)
    		}
    	}
    }
    
    // fieldPrefix returns the prefix that should be removed from all the
    // field names when generating the C or Go code. For generated
    // C, we leave the names as is (tv_sec, tv_usec), since that's what
    // people are used to seeing in C.  For generated Go code, such as
    // package syscall's data structures, we drop a common prefix
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top