Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. typedef struct VarEntera {
  2. int valor;
  3. char *nombre;
  4. } VarEntera;
  5.  
  6. VarEntera *VarInt = NULL;
  7. VarInt->valor = 21;
  8. strcpy(VarInt->nombre ,&linea[4] );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement