精華區beta SetupBBS 關於我們 聯絡資訊
/*===============================*/ /*== 網管分配IP Ptt ==*/ /*===============================*/ #include "bbs.h" int main(int argc,char *argv[]) { char buf[256]; sprintf(buf,"\n\n\n\n 歡迎使用線上分配IP功\能 :%s ",argv[1]); printf(buf); }