Main Page | Modules | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

machines.h

Go to the documentation of this file.
00001 
00026 /*
00027  * Copyright (c) 1991-2006 Kawahara Lab., Kyoto University
00028  * Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
00029  * Copyright (c) 2005-2006 Julius project team, Nagoya Institute of Technology, Nagoya Institute of Technology
00030  * All rights reserved
00031  */
00032 
00033 #ifndef __SENT_MACHINES_H__
00034 #define __SENT_MACHINES_H__
00035 
00036 #include <sent/stddefs.h>
00037 
00038 #ifndef HAVE_STRCASECMP
00039 int strcasecmp(char *s1, char *s2);
00040 int strncasecmp(char *s1, char *s2, size_t n);
00041 #endif
00042 
00043 #endif /* __SENT_MACHINES_H__ */

Generated on Tue Mar 28 16:01:39 2006 for Julius by  doxygen 1.4.2