Created
May 31, 2014 19:00
-
-
Save jerstlouis/092fc888bfd1df29a38e to your computer and use it in GitHub Desktop.
This file contains 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
typedef struct _Esk | |
{ | |
... | |
} Esk; | |
void hello(Esk *mystruct) | |
{ | |
} | |
void somefunc(void) | |
{ | |
Esk esk; | |
hello(&esk) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment