Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/cgo/internal/test/issue24161arg/use.go

    package issue24161arg
    
    /*
    #cgo LDFLAGS: -framework CoreFoundation
    #include <CoreFoundation/CoreFoundation.h>
    */
    import "C"
    import "testing"
    
    func Test(t *testing.T) {
    	a := test24161array()
    	C.CFArrayCreateCopy(0, a)
    Go
    - Registered: Tue Apr 09 11:13:10 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 398 bytes
    - Viewed (0)
Back to top