データ構造の名前を変更
[YACASL2.git] / include / cerr.h
index 1433f90..a67b65d 100644 (file)
@@ -7,7 +7,7 @@
 /**
  * エラーの構造体
  */
 /**
  * エラーの構造体
  */
-typedef struct {
+typedef struct _CERR {
     int num;        /**<エラー番号 */
     char *msg;      /**<エラーメッセージ */
 } CERR;
     int num;        /**<エラー番号 */
     char *msg;      /**<エラーメッセージ */
 } CERR;
@@ -45,6 +45,11 @@ void cerr_init();
  */
 bool addcerrlist(int cerrc, CERR cerrv[]);
 
  */
 bool addcerrlist(int cerrc, CERR cerrv[]);
 
+/**
+ * エラーリストを表示する
+ */
+void printcerrlist();
+
 /**
  * 現在のエラーを設定する
  */
 /**
  * 現在のエラーを設定する
  */