This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
float inserir (FUNCIONARIO* func, float salariotot) { | |
int numL=0, tmp_len=0; | |
float tmp_sal; | |
char tmp_str[50]; | |
printf("\n" ); | |
printf("%d\n", num_funcionarios); | |
printf("Deseja cadastrar quantos funcionarios?\n"); | |
scanf("%d", &numL); | |