home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / NETMAIL / MSGQ160S.ZIP / P2C.H < prev    next >
Encoding:
Text File  |  1991-07-28  |  238 b   |  11 lines

  1. /*
  2.  * P2C.H - Pascal/C string conversion
  3.  *
  4.  * Msged/Q message editor for QuickBBS  Copyright 1990 by P.J. Muller
  5.  *
  6.  */
  7.  
  8. void pascal p2c_str (char *str);
  9. void pascal c2p_str (char *str);
  10. void pascal p2c_strn(char *str, int n);
  11.