コマンドごとに異なるエラー表を設定するよう内部仕様変更
[YACASL2.git] / include / cerr.h
index 586ab4d..878fd85 100644 (file)
@@ -21,6 +21,9 @@ typedef struct {
     char *msg;
 } CERRARRAY;
 
+/* エラーメッセージ */
+extern CERRARRAY cerr[];
+
 enum {
     MSGSIZE = 60,
 };