Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/cgo/out.go

    			})
    		fmt.Fprint(fgo2, ")\n")
    		fmt.Fprint(fgo2, "}\n")
    	}
    
    	fmt.Fprintf(fgcch, "%s", gccExportHeaderEpilog)
    }
    
    // writeExportHeader writes out the start of the _cgo_export.h file.
    func (p *Package) writeExportHeader(fgcch io.Writer) {
    	fmt.Fprintf(fgcch, "/* Code generated by cmd/cgo; DO NOT EDIT. */\n\n")
    	pkg := *importPath
    	if pkg == "" {
    		pkg = p.PackagePath
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top