home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
drdobbs
/
1991
/
06
/
dflat3
/
help.c
< prev
next >
Wrap
Text File
|
1991-02-18
|
255b
|
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)
{
}