Revert "remove dublicate definition"

This reverts commit 8808a01641.
This commit is contained in:
Marios Kyriakou
2018-08-23 16:47:52 +03:00
parent 4025d197b2
commit 0e6cc51d81
2 changed files with 11 additions and 6 deletions

View File

@@ -1,10 +1,15 @@
#include <stdio.h>
#include <string.h>
#include <text.h>
#include "epanet2.h"
#define MAXMSG 255 /* Max. # characters in message text */
#define MAXWARNCODE 99
/* text copied here, no more need of include "text.h" */
#define FMT01 "\nEPANET Version %d.%d.%d"
#define FMT03 "\n Correct syntax is:\n\n\t %s <input file> <report file> <binary output file (optional)>\n"
#define FMT09 "\n\nEPANET completed."
#define FMT10 "\nEPANET completed. There are warnings."
#define FMT11 "\nEPANET completed. There are errors."
void writeConsole(char *s);