home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / code / kdbf / kdbf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-19  |  486 b   |  25 lines

  1. // DBF - (C) Copyright 1994 by Borland International
  2.  
  3. #ifndef __KDBF_H
  4. #define __KDBF_H
  5.  
  6. #include <stdlib.h>
  7. #include <stdio.h>
  8. #include <string.h>
  9. #include <stdarg.h>
  10. #include <malloc.h>
  11. #include <io.h>
  12. #include <limits.h>
  13. #include <ctype.h>
  14. #include <cstring.h>
  15. #include "envdef.h"
  16. #include "intstrct.h"
  17. #include "bengine.h"
  18. #include "bdatabas.h"
  19. #include "bcursor.h"
  20. #include "blistcur.h"
  21. #include "brecord.h"
  22. #include "bstatmnt.h"
  23. #include "compat.h"
  24.  
  25. #endif