Skip to content

Instantly share code, notes, and snippets.

@luisfergromo
Created March 13, 2017 00:02
Show Gist options
  • Select an option

  • Save luisfergromo/7699eb00ba8a98ce1a64f40a95c60eed to your computer and use it in GitHub Desktop.

Select an option

Save luisfergromo/7699eb00ba8a98ce1a64f40a95c60eed to your computer and use it in GitHub Desktop.
typedef struct {
int id;
char nombre[30];
}Student;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment