1 2 3 4 5 6 7 8
#include "cmbbs.h" int belong(const char *filelist, const char *key) { return file_exist_record(filelist, key); }