-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 長いオプション形式の場合の'='位置判定部分を修正 2. オプション解析終了時に、変数を初期化 3. デバッグ用に関数内部のスタティック変数をモジュール内の変数へ移動 4. その他、冗長なコードを簡潔に記述 5. テスト内容をgccの動作に合わせた 6. g++でテストプログラムをビルドするスクリプトを追加
- Loading branch information
Showing
3 changed files
with
49 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
g++ -std=c++0x -o test_getopt_long test_getopt_long.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters