Linux練習(處理程序命令行參數)

#include <stdio.h> #include <unistd.h> int main(int argc,char **argv) { int opt; while((opt=getopt(argc,argv,"if:lr"))!=-1) { switch(opt) {
相關文章
相關標籤/搜索