エラーメッセージ表示プログラム [詳細]
#include "number_set.h"
#include <stdio.h>
関数 | |
void | month_mes () |
void | year_mes () |
void | syowa_year_mes () |
void | syowa_fiscal_mes () |
void | heisei_year_mes () |
void | heisei_fiscal_mes () |
void | use_mes () |
エラーメッセージ表示プログラム
void heisei_fiscal_mes | ( | ) |
機能
平成の使用可能な年の数値を表示する
被参照自作関数
ファイルopreate_calendar_gengoh.c内 関数year_fiscal_check
参照自作関数
なし
void heisei_year_mes | ( | ) |
機能
平成の使用可能な年の数値を表示する
被参照自作関数
ファイルopreate_calendar_gengoh.c内 関数year_month_gengoh_check
参照自作関数
なし
void month_mes | ( | ) |
機能
使用可能な月の数値を表示する
被参照自作関数
ファイルghcal.c内 関数month_check
参照自作関数
なし
void syowa_fiscal_mes | ( | ) |
機能
昭和の使用可能な年度を表示する
被参照自作関数
ファイルopreate_calendar_gengoh.c内 関数year_fiscal_check
参照自作関数
なし
void syowa_year_mes | ( | ) |
機能
昭和の使用可能な年の数値を表示する
被参照自作関数
ファイルopreate_calendar_gengoh.c内 関数year_month_gengoh_check
参照自作関数
なし
void use_mes | ( | ) |
機能
正しいコマンドの利用方法を表示する
被参照自作関数
ファイルghcal.c内 関数argcheck
参照自作関数
なし
void year_mes | ( | ) |
機能
使用可能な年の数値を表示する
被参照自作関数
ファイルghcal.c内 関数year_check
参照自作関数
なし