#include <julius/julius.h>
マクロ定義 | |
| #define | CC "gcc" |
| Used compiler | |
| #define | CFLAGS "-O6 -fomit-frame-pointer" |
| Used flags for compilation | |
関数 | |
| void | j_put_header (FILE *strm) |
| ヘッダを出力する. | |
| void | j_put_version (FILE *strm) |
| バージョン情報を出力する | |
| void | j_put_compile_defs (FILE *strm) |
| コンパイル時の設定を出力する. | |
| void | j_put_library_defs (FILE *strm) |
| ライブラリの設定を出力する | |
version.c で定義されています。
| void j_put_header | ( | FILE * | strm | ) |
| void j_put_version | ( | FILE * | strm | ) |
| void j_put_compile_defs | ( | FILE * | strm | ) |
| void j_put_library_defs | ( | FILE * | strm | ) |
1.5.1