Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- struct n_produto
- {
- char nome[150];
- float valorV;
- float valorC;
- int unidades;
- };
- void menu(void);
- void opcao(void);
- void registrar_dados(struct n_produto *newp, size_t qtd);
- void listar_dados(struct n_produto *newp, size_t qtd);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement