在Linux下面的C語言可以透過getopt去parse從command line傳過來的參數 ... Single arg */ case 'c': case 'd': fprintf(stderr, "option arg:%s\n", optarg); break; ...
確定! 回上一頁