home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / prog / inst / mailc / str.h < prev    next >
Encoding:
Text File  |  1998-09-14  |  132 b   |  5 lines

  1. void  StripCRLF(LPSTR);
  2. void  StringCopy(LPSTR, LPSTR, int);
  3. LPSTR StringChar(LPSTR, char);
  4. int   IsLeftString(LPSTR, LPSTR);
  5.