Skip to content

Commit

Permalink
READMEにgetopt_long対応の旨追記
Browse files Browse the repository at this point in the history
  • Loading branch information
takamin committed Oct 18, 2015
1 parent 2fafa8b commit 089a1c3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ C/C++から使えるWindowsのコンソールアプリケーション用のラ

__関数__

* getopt() - コマンドラインオプション解析
* `getopt() / getopt_long()` - コマンドラインオプション解析

## `getopt() / getopt_long()` - コマンドラインオプション解析

## getopt() - コマンドラインオプション解析
関数の仕様は、[POSIXのgetopt](http://linuxjm.sourceforge.jp/html/LDP_man-pages/man3/getopt.3.html)を参照してください。

関数の動作は、[POSIXのgetopt](http://linuxjm.sourceforge.jp/html/LDP_man-pages/man3/getopt.3.html)にあわせているつもりです。

* オプションは1文字だけです。長いオプション名には対応していません。
* 長いオプションの`optional_argument``getopt_long_only()`は、対応していません。

### 使用例

Expand Down

0 comments on commit 089a1c3

Please sign in to comment.