home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
window
/
dflat
/
help.c
< 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
|
1993-03-15
|
255 b
|
15 lines
/* ------------ help.c ----------- */
#include <stdio.h>
#include <string.h>
#include "dflat.h"
int HelpBoxProc(WINDOW wnd, MESSAGE msg, PARAM p1, PARAM p2)
{
return BaseWndProc(HELPBOX, wnd, msg, p1, p2);
}
void HelpFunction(void)
{
}