Skip to content

Instantly share code, notes, and snippets.

@dhh1128
Created March 25, 2014 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhh1128/9753554 to your computer and use it in GitHub Desktop.
Save dhh1128/9753554 to your computer and use it in GitHub Desktop.
int DoSomething(
Foo * foo, /* might be null; call GetDefaultFoo() if so */
Bar ** bar /* if non-null, contains foo's associated Bar upon return */ )
{
... // body of function
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment