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=2f889a87ef4e11467f71ea3c03676a8d88cccd7b;hpb=d58121c34669a809d4199741cb03fe53df309d9c;ds=sidebyside 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, };