X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fcerr.h;h=878fd859ddff64eab2e0413e396af008bd2b9d2b;hp=586ab4d5b3502a2d7ca7a74fc2aa331ad0cec2da;hb=a901ac636091cc9d044a78525064b699ef7a2760;hpb=d2638d2dd5f2437cabbf752c89042ca49347a248 diff --git a/include/cerr.h b/include/cerr.h index 586ab4d..878fd85 100644 --- a/include/cerr.h +++ b/include/cerr.h @@ -21,6 +21,9 @@ typedef struct { char *msg; } CERRARRAY; +/* エラーメッセージ */ +extern CERRARRAY cerr[]; + enum { MSGSIZE = 60, };