条件 Condition |
戻り値/動作 Return value or behaviour of the function |
関数getcwdの戻り値がNULLの場合
(ディレクトリパスの文字列長がstrsize-1よりも長い場合に起きる) The return value of function getcwd was NULL; this occurs when the string length of the directory path is longer than strsize-1 |
プログラムをエラー終了する。 The program finishes as an error. |
その他の場合 Other cases |
関数getcwdにより取得した現在のディレクトリパスを返す。 The current directory path from function getcwd is returned. |