摘要:
#include #include #include int main() { FILE *fh = popen("ifconfig 2> /dev/null", "r"); char iwstation[4096] = {0}; char total[4096] ={0}; while(fgets(iwstation, 4096, fh)!=NULL){ strc... 阅读全文
posted @ 2017-07-21 16:42
haxnt
阅读(2721)
评论(0)
推荐(0)

浙公网安备 33010602011771号