home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / disktool / cabrsckt.exe / TESTFCI.H < prev   
C/C++ Source or Header  |  1996-07-31  |  427b  |  23 lines

  1. /*
  2.  * testfci.h
  3.  *
  4.  * Header file for testfci application.
  5.  */
  6. #include <stdio.h>
  7. #include <stdlib.h>
  8. #include <string.h>
  9. #include <io.h>
  10. #include <fcntl.h>
  11. #include <dos.h>
  12.  
  13. #include "types.h"
  14. #include "fci_int.h"
  15.  
  16.  
  17. /*
  18.  * Prototypes in fciutil.c
  19.  */
  20. void    strip_path(char *filename, char *stripped_name);
  21. int        get_percentage(unsigned long a, unsigned long b);
  22. char    *return_fci_error_string(FCIERROR err);
  23.