Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Supplier (0.18 sec)

  1. src/cmd/cgo/doc.go

    //go:cgo_dynamic_linker "<path>"
    
    	In internal linking mode, use "<path>" as the dynamic linker
    	in the final binary. This directive is only needed from one
    	package when constructing a binary; by convention it is
    	supplied by runtime/cgo.
    
    	Example:
    	//go:cgo_dynamic_linker "/lib/ld-linux.so.2"
    
    //go:cgo_export_dynamic <local> <remote>
    
    	In internal linking mode, put the Go symbol
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
Back to top