#include "sysinfo.h" int bbs_sysinfo( term_screen *ts ) { int ret=0; printf("BBS:MicroBBS\n"); return ret; }