#ifndef AUX_LU_H #define AUX_LU_H #include #include char* aux_lu_get_str(struct lu_ent*, char*); long aux_lu_get_long(struct lu_ent*, char*); #endif