Advertisement
Guest User

Untitled

a guest
Jun 11th, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.74 KB | None | 0 0
  1. [andrew@Ocelot cfuncs] go tool cgo --godefs main.go
  2. // Created by cgo -godefs - DO NOT EDIT
  3. // cgo --godefs main.go
  4.  
  5. package main
  6.  
  7. import "fmt"
  8.  
  9. func main() {
  10.         var testVal *struct {
  11.                 Proxy   _Ctype_struct_wl_proxy
  12.                 Connection      *_Ctype_struct_wl_connection
  13.                 Fd      int32
  14.                 Mask    uint32
  15.                 Objects _Ctype_struct_wl_map
  16.                 Global_listener_list    _Ctype_struct_wl_list
  17.                 Global_list     _Ctype_struct_wl_list
  18.                 Update  *[0]byte
  19.                 Update_data     *byte
  20.                 Global_handler  *[0]byte
  21.                 Global_handler_data     *byte
  22.         }
  23.         fmt.Printf("Type: %T\n", testVal)
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement