Skip to content

Instantly share code, notes, and snippets.

@aledruetta
Last active August 25, 2019 19:34
Show Gist options
  • Save aledruetta/cf0fc5e74f8c267a74f30bbf6dd81346 to your computer and use it in GitHub Desktop.
Save aledruetta/cf0fc5e74f8c267a74f30bbf6dd81346 to your computer and use it in GitHub Desktop.
void foo ( Lista p ) {
// modifica p
}
int main () {
Lista a;
// passa "a" como valor
foo ( a );
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment