Eneboo - Documentación para desarrolladores
|
00001 /*********************************************************************************** 00002 * statistic.h 00003 * inherits the statistic functions for dBASE files 00004 * Author: Bjoern Berg, September 2002 00005 * Email: clergyman@gmx.de 00006 * dbf Reader and Converter for dBase III, IV, 5.0 00007 * 00008 * see statistic.c for history and details 00009 ************************************************************************************/ 00010 00011 #ifndef _DBF_STATS_ 00012 #define _DBF_STATS_ 00013 #include "tables.h" 00014 #include "congraph.h" 00015 #include "endian.h" 00016 00017 char *get_db_version (int version); 00018 void dbf_file_info (const struct DB_HEADER *db); 00019 void dbf_field_stat (const struct DB_FIELD *header, int header_length); 00020 00021 #endif