system.h

  137  /* Set exit_failure to STATUS if that's not the default already.  */
  139  initialize_exit_failure (int status)
  140  {
  141    if (status != EXIT_FAILURE)
  142      exit_failure = status;
  143  }

失敗時の終了コードを規定するのか??
最終更新:2011年06月26日 04:58