📄 strarr.h
字号:
/* ----------------------------------------------------------- *//* *//* ___ *//* |_| | |_/ SPEECH *//* | | | | \ RECOGNITION *//* ========= SOFTWARE *//* *//* *//* ----------------------------------------------------------- *//* Copyright: Microsoft Corporation *//* 1995-2000 Redmond, Washington USA *//* http://www.microsoft.com *//* *//* Use of this software is governed by a License Agreement *//* ** See the file License for the Conditions of Use ** *//* ** This banner notice must not be removed ** *//* *//* ----------------------------------------------------------- */#ifndef _STRARR_H_#define _STRARR_H_#ifdef __cplusplusextern "C" {#endifchar ** StrArrFromRect(long *dim, void *data);void StrArrToRect(char **strarr, long **dimenp, void **datap);int StrArrLen(char **str_arr);int StrArrMaxLen(char **str_arr);#ifdef __cplusplus}#endif#endif /* _STRARR_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -