Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prepare (0.15 sec)

  1. src/cmd/cgo/doc.go

    	#pragma dynexport is an alias for //go:cgo_export_dynamic.
    
    //go:cgo_import_static <local>
    
    	In external linking mode, allow unresolved references to
    	<local> in the go.o object file prepared for the host linker,
    	under the assumption that <local> will be supplied by the
    	other object files that will be linked with go.o.
    
    	Example:
    	//go:cgo_import_static puts_wrapper
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
Back to top