Skip to content

Instantly share code, notes, and snippets.

@eliben
Created April 3, 2013 18:29
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 eliben/5303842 to your computer and use it in GitHub Desktop.
Save eliben/5303842 to your computer and use it in GitHub Desktop.
struct SS {
long n1;
long n2;
long n3;
long n4;
};
int foo(struct SS s) {
return s.n1 + s.n2 + s.n3 + s.n4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment