Advertisement
Jkljk

MODULARIZAÇÃO - autenticador.h

Sep 14th, 2020
1,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #ifndef AUTENTICADOR.H
  2. #define AUTENTICADOR.H
  3. #include <stdio.h>
  4. #include <string.h>
  5. #define tam 20
  6. int validaSenha(char senha[tam]);
  7.  
  8. #endif // AUTENTICADOR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement