X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fcerr.h;h=586ab4d5b3502a2d7ca7a74fc2aa331ad0cec2da;hp=9c191c11b1d74f25f1200a58987cf90a994311fc;hb=d2638d2dd5f2437cabbf752c89042ca49347a248;hpb=0e3065564e83037d5fbbb3e0e1595e7ce95ce8eb diff --git a/include/cerr.h b/include/cerr.h index 9c191c1..586ab4d 100644 --- a/include/cerr.h +++ b/include/cerr.h @@ -1,7 +1,7 @@ #ifndef YACASL2_CERR_H_INCLUDED #define YACASL2_CERR_H_INCLUDED -#include +#include #include #include @@ -21,6 +21,10 @@ typedef struct { char *msg; } CERRARRAY; +enum { + MSGSIZE = 60, +}; + /* エラー番号とエラーメッセージを設定 */ void setcerr(int num, const char *val);