| 302 | |
| 303 | |
| 304 | static void db_error( int status) |
| 305 | { |
| 306 | /************************************** |
| 307 | * |
| 308 | * d b _ e r r o r |
| 309 | * |
| 310 | ************************************** |
| 311 | * |
| 312 | * Functional description |
| 313 | * |
| 314 | **************************************/ |
| 315 | |
| 316 | printf(strerror(status)); |
| 317 | abort(); |
| 318 | } |
| 319 | |
| 320 | |
| 321 | static void db_open( const char* file_name, USHORT file_length) |