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

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5. void editfile(char *s,int fore,int fore2,int bak);
  6.  
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10.  
  11.