home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / prg / c / bc4l11 / 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.