#ifndef DBOX_LIBDBOX_H #define DBOX_LIBDBOX_H #define DIRLEN 200 #define TEXTLEN 100 typedef char textlen_string[TEXTLEN]; #include <stdio.h> #include <string.h> #include <general.h> #include <winport.h> #endif