/* ++++++++ */ # define FILENAME "util.c" /* ++++++++ */ #include "util.h" /* ==== */ void swap (char * a, char * b,int s) /* ==== */ { int i; char buf[BUFSIZ], *c = buf; if (s>BUFSIZ) { s = BUFSIZ; nonfatal(FILENAME,"swap","s>BUFSIZE"); } for (i=0;i MAXSTACK) nonfatal(FILENAME,"push","STKP>MAXSTACK"); while (i