Skip to content

Instantly share code, notes, and snippets.

@parzibyte

parzibyte/leer.c Secret

Created October 30, 2020 00:32
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/f653931ad4b8cb1b1a18de40b5e61f19 to your computer and use it in GitHub Desktop.
Save parzibyte/f653931ad4b8cb1b1a18de40b5e61f19 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <string.h>
// Debe ser de la máxima + 1. Por ejemplo, si la máxima es 4, defínela como 5
#define MAXIMA_LONGITUD_CADENA 1000
// La máxima cantidad de líneas que puede tener
#define CANTIDAD_LINEAS 20
#define NOMBRE_ARCHIVO "archivo.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment