idxok.3
来自「speech signal process tools」· 3 代码 · 共 34 行
3
34 行
.\" Copyright (c) 1987-1990 Entropic Speech, Inc..\" Copyright (c) 1997 Entropic Research Laboratory, Inc. All rights reserved..\" @(#)idxok.3 1.6 18 Apr 1997 ESI/ERL.ds ]W (c) 1997 Entropic Research Laboratory, Inc..TH IDX_OK 3\-ESPSu 18 Apr 1997.SH NAMEidx_ok \- check that an index value is within range of anull-terminated array of character pointers.SH SYNOPSIS.ft Bint.bridx_ok(index, array).brint indent;.brchar *array[];.ft.SH DESCRIPTION.I idx_okchecks that \fIindex\fR is a valid index into an array of characterpointers, \fIarray\fR. It returns true (1) if the index is within range and false (0) if it is not. It isassumed that the last element of \fIarray\fR points to a NULL string,therefore the length used for the check is one less than its truelength. This function is intended to be used with the arrays of typecodes and methods declared in .I <esps/header.h>..SH SEE ALSO.nfESPS(5\-ESPS), SD(5\-ESPS), SPEC(5\-ESPS), \fIlin_search\fP(3\-ESPSu).fi.SH AUTHOR
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?