Skip to content

Instantly share code, notes, and snippets.

@jbclements
Created March 28, 2012 20:34
Show Gist options
  • Save jbclements/2230289 to your computer and use it in GitHub Desktop.
Save jbclements/2230289 to your computer and use it in GitHub Desktop.
A third way to add string lengths
int numChars(char * strings[], int len) {
sumOf(lengths(strings));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment