X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fword.h;h=24dea808455398312b4bf0e8ef873b8c6c7f095a;hp=30e89a73ac6e8c8abc2e717bc2c1ec1ee54d08c2;hb=d2638d2dd5f2437cabbf752c89042ca49347a248;hpb=e07b6371cc8a59c6793a895e968ff2c6cf28181b diff --git a/include/word.h b/include/word.h index 30e89a7..24dea80 100644 --- a/include/word.h +++ b/include/word.h @@ -17,7 +17,7 @@ WORD n2word(const char *str); WORD h2word(const char *str); /* 10進数または16進数の文字列をWORD値に変換 */ -WORD a2word(const char *str); +WORD nh2word(const char *str); /* WORD値を10進数の文字列に変換 */ char *word2n(WORD word);