Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for gccDefines (0.07 sec)

  1. src/cmd/cgo/gcc.go

    	panic("not reached")
    }
    
    // gccDefines runs gcc -E -dM -xc - over the C program stdin
    // and returns the corresponding standard output, which is the
    // #defines that gcc encountered while processing the input
    // and its included files.
    func gccDefines(stdin []byte, gccOptions []string) string {
    	base := append(gccBaseCmd, "-E", "-dM", "-xc")
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
Back to top