Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. printf("LOGIN.: ");
  2. fflush(stdin);
  3. fgets(Admin.login,30,stdin);
  4.  
  5. printf("SENHA.: ");
  6. fflush(stdin);
  7. fgets(Admin.senha,30,stdin);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement