Guest User

Untitled

a guest
Jul 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. int main() {
  2. codao *c = malloc((sizeof(codao));
  3. int i = sizeof(codao);
  4.  
  5. c.codaozito[0]='A';
  6. c.codaozito[1]='U';
  7. c.codaozito[2]='G';
  8. i=eInit1(*c);
  9. printf("Inicialização: %d\n",i);
  10. i=eInit2(*c);
  11. printf("Finalização: %d",i);
  12. return 0;
  13. }
Add Comment
Please, Sign In to add comment