Guest User

Untitled

a guest
Apr 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. void horarioprint(Horario*h){
  2. Pelicula *p;
  3. Horario *s;
  4. p=horarioGetPelicula(h);
  5. s=horarioGetCine(h);
  6. printf("La pelicula:%s en el cine %s se proyectara a las %d \n",peliculagetNombre(p), cineGetNombre(s),horarioGetInicio(h));
  7. }
Add Comment
Please, Sign In to add comment