Advertisement
Guest User

Untitled

a guest
Sep 25th, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. typedef struct pessoa{
  2. char nome[MAX_NOME];
  3. int idade;
  4. struct pessoa *prox;
  5. }Pessoa;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement