Skip to content

Instantly share code, notes, and snippets.

@syoyo
Created September 11, 2008 17:06
Show Gist options
  • Save syoyo/10261 to your computer and use it in GitHub Desktop.
Save syoyo/10261 to your computer and use it in GitHub Desktop.
int buf[1024];
int a;
int b;
void
func()
{
a = buf[3];
b = buf[4];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment