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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-07-28
|
238 b
|
11 lines
/*
* P2C.H - Pascal/C string conversion
*
* Msged/Q message editor for QuickBBS Copyright 1990 by P.J. Muller
*
*/
void pascal p2c_str (char *str);
void pascal c2p_str (char *str);
void pascal p2c_strn(char *str, int n);