home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet File Formats
/
InternetFileFormatsCD.bin
/
text
/
html
/
windows
/
rtf2html
/
rtftohtm.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1994-03-08
|
214 b
|
14 lines
/* RTFRDR.H */
#ifndef _rtftohtm_h_
#define _rtftohtm_h_
#ifndef _INC_WINDOWS
#include <windows.h>
#endif
extern long PASCAL FAR RTFtoHTM (LPSTR iname,UINT ilen,LPSTR oname,UINT olen);
#endif