Skip to content

Instantly share code, notes, and snippets.

@paurosello
Last active August 29, 2015 13:57
Show Gist options
  • Save paurosello/9804942 to your computer and use it in GitHub Desktop.
Save paurosello/9804942 to your computer and use it in GitHub Desktop.
Extern
void configInt(int gma, int sb){
extern int Coefs[NUM_BANDAS][NUM_COEFS];
if(sb==1){Coefs[gma][5]+=10;}
else if(sb==0){Coefs[gma][5]-=10;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment