Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 18, 2020 19:30
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/54a46a8686d7ba75fed255566432c824 to your computer and use it in GitHub Desktop.
Save parzibyte/54a46a8686d7ba75fed255566432c824 to your computer and use it in GitHub Desktop.
// El inicio es copiar la original N caracteres definidos por posición
char inicio[MAXIMA_LONGITUD] = "";
strncpy(inicio, original, indice);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment