summaryrefslogtreecommitdiff
path: root/include/lexical.h
diff options
context:
space:
mode:
authorleo <leo@azuminha.com>2024-04-16 22:12:29 -0300
committerleo <leo@azuminha.com>2024-04-16 22:12:29 -0300
commit0d530f0e84c15387cd22ae1608c284befff8e87f (patch)
treef1d4ec9520d4e02bbae69f582d9ede9aef327c23 /include/lexical.h
parent4eba85d0bf620b2f488c2cbeee6a84b2e4bf9fbf (diff)
so falta os comentarios e salvar em um arquivo
Diffstat (limited to 'include/lexical.h')
-rw-r--r--include/lexical.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lexical.h b/include/lexical.h
index 6898d6c..a3168ef 100644
--- a/include/lexical.h
+++ b/include/lexical.h
@@ -29,6 +29,6 @@ int is_numero(char tmp);
void PROXIMO(FILE *fp);
char* CODIGO(char *cod);
-void ERRO();
+void ERRO(int error_code);
#endif