once | always | inherit speak-numeral /// 数字の読み方を指定\n speak-numeral: digits | continuous | inherit speak-punctuation /// 区切り文字の読み方を指定\n speak-punctuation: code | none | inherit speak /// テキストを音声出力するか、するならばどのような方式かを指定\n speak: normal...
<stdnoreturn.h> #endif #include <stdio.h> // #include <sys/types.h> typedef bool bool_t; typedef float float32_t; /* dir4.6 */ typedef long double float64_t; /* dir4.6 */ #ifdef nofreestanding #include <string.h> #include ...