home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / window / dflat / help.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-15  |  255 b   |  15 lines

  1. /* ------------ help.c ----------- */
  2.  
  3. #include <stdio.h>
  4. #include <string.h>
  5. #include "dflat.h"
  6.  
  7. int HelpBoxProc(WINDOW wnd, MESSAGE msg, PARAM p1, PARAM p2)
  8. {
  9.     return BaseWndProc(HELPBOX, wnd, msg, p1, p2);
  10. }
  11.  
  12. void HelpFunction(void)
  13. {
  14. }
  15.