Skip to content

Instantly share code, notes, and snippets.

@jerstlouis
Created May 31, 2014 19:00
Show Gist options
  • Save jerstlouis/092fc888bfd1df29a38e to your computer and use it in GitHub Desktop.
Save jerstlouis/092fc888bfd1df29a38e to your computer and use it in GitHub Desktop.
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