Julius 4.2
libsent/include/sent/machines.h
説明を見る。
00001 
00027 /*
00028  * Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
00029  * Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
00030  * Copyright (c) 2005-2011 Julius project team, Nagoya Institute of Technology
00031  * All rights reserved
00032  */
00033 
00034 #ifndef __SENT_MACHINES_H__
00035 #define __SENT_MACHINES_H__
00036 
00037 #include <sent/stddefs.h>
00038 
00039 #ifndef HAVE_STRCASECMP
00040 #ifdef __cplusplus
00041 extern "C" {
00042 #endif
00043 int strcasecmp(char *s1, char *s2);
00044 int strncasecmp(char *s1, char *s2, size_t n);
00045 #ifdef __cplusplus
00046 }
00047 #endif
00048 #endif
00049 
00050 #endif /* __SENT_MACHINES_H__ */