X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fstruct.h;h=ffc448ed5c9cf56fb61ab65197a71511358b5fc2;hb=47bce10199bfd1545b94803ce653b3301103aee7;hp=de1aa4ba17ae1846625397566e59c1849824fb48;hpb=8b7bcce576862335c8bfeb6d937fe16463523c1d;p=YACASL2.git diff --git a/include/struct.h b/include/struct.h index de1aa4b..ffc448e 100644 --- a/include/struct.h +++ b/include/struct.h @@ -1,10 +1,16 @@ #ifndef YACASL2_CASL2_INCLUDED #define YACASL2_CASL2_INCLUDED +#include +#include +#include +#include #include "word.h" +#include "cmem.h" +#include "hash.h" /** - * COMET IIの規格 + * @brief COMET IIの規格値 */ enum { CMDSIZE = 4, /**<命令の最大文字数 */ @@ -14,7 +20,7 @@ enum { }; /** - * COMET II フラグのマスク値 + * @brief COMET II フラグのマスク値 */ enum { OF = 0x4, /**