Tools
xymodem.asc
Associated article: Intelligent XYModem
Tags: Tools
_INTELLIGENT XYMODEM_
by Tim Kientzle
Listing One
/****************************************************************************
** Excerpts from XY.C **
****************************************************************************/
/**** Every function returns a status code. These macros help. ****/
#define StsWarn(s) Sts_Warn(s,__FILE__,__LINE__)
#define StsRet(e) do{int tmp_s; if ((tmp_s = (e)) != xyOK)
...


