Skip to content

Instantly share code, notes, and snippets.

@brunopedroso
Created September 7, 2009 19:17
Show Gist options
  • Save brunopedroso/182524 to your computer and use it in GitHub Desktop.
Save brunopedroso/182524 to your computer and use it in GitHub Desktop.
int calcularResultado(char *linha) {
int arrayJogadas[21];
int tamanho = getJogadas(linha,arrayJogadas);
return calcularResultadoInteiros(arrayJogadas, tamanho);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment