home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / bc4lib / help.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-19  |  123 b   |  20 lines

  1.  
  2.  
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8.  
  9.  
  10.  
  11.  
  12. void showhelp(char *s2);
  13.  
  14.  
  15.  
  16.  
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20.