📄 machines.h
字号:
/** * @file machines.h * @author Akinobu LEE * @date Fri Feb 11 03:38:31 2005 * * <EN> * @brief Machine-dependent definitions * * This file contains machine-dependent or OS-dependent definitions, * although most of such runtime dependencies are now handled by * configure script. * </EN> * <JA> * @brief 悸乖茨董巴赂の年盗 * * このファイルには悸乖茨董に巴赂した年盗が崔まれていますˉ * ただし·そのような悸乖茨董に巴赂した年盗の恃构や簇眶の铜痰の冉年は * 附哼ほとんど configure スクリプトによって乖なわれていますˉ * </JA> * * @sa config.h.in * * $Revision: 1.3 $ * *//* * Copyright (c) 1991-2006 Kawahara Lab., Kyoto University * Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology * Copyright (c) 2005-2006 Julius project team, Nagoya Institute of Technology * All rights reserved */#ifndef __SENT_MACHINES_H__#define __SENT_MACHINES_H__#include <sent/stddefs.h>#ifndef HAVE_STRCASECMPint strcasecmp(char *s1, char *s2);int strncasecmp(char *s1, char *s2, size_t n);#endif#endif /* __SENT_MACHINES_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -