home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HTML - Publishing on the Internet
/
html_cdrom.iso
/
tools
/
konvert
/
windows
/
rtf2html
/
rtftohtm.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
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