Last active
January 22, 2016 06:34
-
-
Save ldct/6553b9001b72b2df01ff to your computer and use it in GitHub Desktop.
c-syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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