Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 18, 2019 23:26
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 parzibyte/ec1c9f91f493e1d31f93d449f758d956 to your computer and use it in GitHub Desktop.
Save parzibyte/ec1c9f91f493e1d31f93d449f758d956 to your computer and use it in GitHub Desktop.
char letra = (char) binarioADecimal(octeto, (int) strlen(octeto));
printf("%c", letra);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment