Advertisement
Jkljk

TRABALHO 1 - converte.h utilizando modularização

Sep 29th, 2020
733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.13 KB | None | 0 0
  1. #ifndef CONVERTE_H
  2. #define CONVERTE_H
  3. #include "estruturas.h"
  4.  
  5. int cria_codigo(int n, char DDD[size]);
  6.  
  7. #endif // CONVERTE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement