Move macros de comandos para definir inteiros e strings.
[cascardo/declara.git] / rendimento.c
index d50e259..505b0b5 100644 (file)
 #include "list.h"
 #include "util.h"
 
-struct rendimento {
-       char *cnpj;
-       char *nome;
-       long long rendimento;
-       long long previdencia;
-       long long decimoterceiro;
-       long long imposto;
-       char *saida;
-};
-
 void rendimento_free(void *pointer)
 {
        struct rendimento *rendimento = pointer;