Advertisement
luistavares

Arquivo de cabeçalho ou header file

Aug 21st, 2012
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.16 KB | None | 0 0
  1. #ifndef PROTOTIPOS_H_
  2. #define PROTOTIPOS_H_
  3.  
  4. int potencia(int base, int exp);
  5.  
  6. #endif /* PROTOTIPOS_H_ */
  7.  
  8. /* Este arquivo deve ser nomeado de prototipos.h */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement