]> git.llucax.com Git - z.facultad/75.42/calculadora.git/blobdiff - parser_equation.h
Se completa un poco la documentacion.
[z.facultad/75.42/calculadora.git] / parser_equation.h
index 1b0a18cabc9e4c4cd222f2b3e64c98474c841b9d..c14470483ab6ece3742a094fa5c7caa1201b51e3 100644 (file)
@@ -24,6 +24,8 @@
 
 size_t DLList_equation_print(DLList* l, FILE* fp);
 
+void DLList_equation_delete(DLList* l);
+
 /* TODO:
  *
  * opcion1:
@@ -42,6 +44,4 @@ size_t DLList_equation_print(DLList* l, FILE* fp);
 bool parser_equation(const char* line, size_t len, DLList* equation_list,
         ParseError* error);
 
-void DLList_equation_delete(DLList* l);
-
 #endif /* PARSER_EQUATION_H */