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 2d30798beca76b4e1ab3a37c45b75eeb687c3d9b
parent af253b63ed781d1c0a299e64626830e5c26137f1
Author: klewer-martin <martin.cachari@gmail.com>
Date:   Thu, 22 Jul 2021 18:09:52 -0300

Update: deleted some defined that where laying around

Diffstat:
Msource/main.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/source/main.c b/source/main.c
@@ -8,10 +8,6 @@
  * "da" - debitos ascendentes  | "dd" - debitos descendentes */
 #define SORTING_ORDER    "cd"
 
-#define EXIT_SUCCESS_MSG "Ejecución terminada exitosamente"
-#define USERS_REGISTERED_MSG    "Usuarios registrados: "
-#define PROCESED_LINES_MSG        "Lineas procesadas: "
-
 int main (int argc, char *argv[])
 {
     status_t st;