libsent/include/sent/machines.h

Go to the documentation of this file.
00001 
00027 /*
00028  * Copyright (c) 1991-2007 Kawahara Lab., Kyoto University
00029  * Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
00030  * Copyright (c) 2005-2007 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 int strcasecmp(char *s1, char *s2);
00041 int strncasecmp(char *s1, char *s2, size_t n);
00042 #endif
00043 
00044 #endif /* __SENT_MACHINES_H__ */

Generated on Tue Dec 18 15:59:53 2007 for Julius by  doxygen 1.5.4