home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume3 / hdiff / stripnl.h < prev   
Encoding:
C/C++ Source or Header  |  1986-11-30  |  125 b   |  6 lines

  1. /* returned from the function stripnl */
  2. #define L_BUFOVER -2
  3. #define L_TOOLONG -1
  4. #define L_BADFORM  0
  5. #define L_SUCCESS  1
  6.