/* enhanced ECHO command. see use.txt Say! 1.6 Copyright: (c) 1993-2017 Roedy Green, Canadian Mind Products #101 - 2536 Wark Street Victoria, BC Canada V8T 4G8 tel:(250) 361-9093 mailto:roedyg@mindprod.com http://mindprod.com Compiled as a Windows console App, without precompiled headers. For Visual C++ Express options see http://mindprod.com/jgloss/cpp.html#COMPILING Version History: 1.6 2010-01-28 port the DOS assembler version */ /* ==================================== */ #include /* exit, putenv, _splitpath */ #include /* fclose, fgetc, printf, remove, rename, setvbuf */ /* ==================================== */ /* P R O T O T Y P E S */ int atoiPlus ( const char* s ); void banner(void); int main (int argc, char *argv[]); /* ==================================== */ int main(int argc, char *argv[]) { int i; /* local loop counter */ int value; /* value of one of the fields */ for ( i= 1; i