Skip to content

Instantly share code, notes, and snippets.

@ldct
Last active January 22, 2016 06:34
Show Gist options
  • Save ldct/6553b9001b72b2df01ff to your computer and use it in GitHub Desktop.
Save ldct/6553b9001b72b2df01ff to your computer and use it in GitHub Desktop.
c-syntax
array of pointer to int: []*int
pointer to array of int: *[]int
array of 3 pointers to int: [3]*int
function from int to int: int->int
pointer to
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment