#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include "EST_unix.h"
#include <string.h>
#include "EST_cutils.h"
Go to the source code of this file.
Macros | |
#define | _S_S_S(S) #S |
#define | STRINGIZE(S) _S_S_S(S) |
#define | ESTLIBDIR "/usr/local/lib/speech_tools" |
Functions | |
char * | cmake_tmp_filename () |
enum EST_bo_t | str_to_bo (const char *boname) |
const char * | bo_to_str (enum EST_bo_t bo) |
Variables | |
const char *const | est_tools_version |
const char *const | est_name = STRINGIZE(ESTNAME) |
const char *const | est_libdir = ESTLIBDIR |
const char *const | est_ostype = STRINGIZE(ESTOSTYPE) |
#define _S_S_S | ( | S | ) | #S |
Definition at line 46 of file EST_cutils.c.
#define STRINGIZE | ( | S | ) | _S_S_S(S) |
Definition at line 47 of file EST_cutils.c.
#define ESTLIBDIR "/usr/local/lib/speech_tools" |
Definition at line 59 of file EST_cutils.c.
char* cmake_tmp_filename | ( | ) |
Definition at line 66 of file EST_cutils.c.
enum EST_bo_t str_to_bo | ( | const char * | boname | ) |
Definition at line 95 of file EST_cutils.c.
const char* bo_to_str | ( | enum EST_bo_t | bo | ) |
Definition at line 120 of file EST_cutils.c.
const char* const est_tools_version |
Definition at line 49 of file EST_cutils.c.
const char* const est_name = STRINGIZE(ESTNAME) |
Definition at line 52 of file EST_cutils.c.
const char* const est_libdir = ESTLIBDIR |
Definition at line 62 of file EST_cutils.c.
const char* const est_ostype = STRINGIZE(ESTOSTYPE) |
Definition at line 64 of file EST_cutils.c.