Mapper
dbsize.c
Go to the documentation of this file.
1 /****************************************************************************\
2 * dbsize *
3 ******************************************************************************
4 * Dbsize signals the database manager to read a database file and return *
5 * the size of the specified file. This function returns the size of the *
6 * file in bytes. A return value of -1 indicates an error. *
7 * *
8 * The argument is the file number of the desired file *
9 * (defined in database.h). *
10 * Wayne Martin - CNRFC 11/23/94 *
11 \****************************************************************************/
12 
13 signed long int dbsize(unsigned long int file_num) {
14 }
signed long int dbsize(unsigned long int file_num)
Definition: dbsize.c:13