9511_project03

Command line program that parses a bank .csv file and generates and output file in format .csv or .xml containing the debits and credits of every user.
Index Commits Files Refs README LICENSE
commit f916511708bb2bc8095f81bd27b1091157f54077
parent b5bf93fdaedc670bef4ab38d4191dc9c0c192d26
Author: klewer-martin <martin.cachari@gmail.com>
Date:   Thu, 22 Jul 2021 17:56:45 -0300

Update

Diffstat:
Minclude/status.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/status.h b/include/status.h
@@ -6,6 +6,9 @@
 #include <stdarg.h>
 
 #define ERROR_RETRY_MSG "Verifique y vuelva a intentar"
+#define EXIT_SUCCESS_MSG "Ejecución terminada exitosamente"
+#define USERS_REGISTERED_MSG    "Usuarios registrados: "
+#define PROCESED_LINES_MSG        "Lineas procesadas: "
 
 #define STATUS_T_MAX 12