⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.3f

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 3F
字号:
.\" SCCSID: @(#)index.3f	8.1	9/11/90.TH index 3f VAX "" Unsupported.SH Nameindex, rindex, lnblnk, len \- tell about character objects.SH Syntax.B (intrinsic) function index (string, substr).br.B character*(*) string, substr.sp 1.B integer function rindex (string, substr).br.B character*(*) string, substr.sp 1.B function lnblnk (string).br.B character*(*) string.sp 1.B (intrinsic) function len (string).br.B character*(*) string.SH Description.NXR "index subroutine (FORTRAN)".NXR "rindex subroutine (FORTRAN)".NXR "lnblnk subroutine (FORTRAN)".NXR "len subroutine (FORTRAN)"The.PN indexand.PN rindexsubroutinesreturn the index of the first (last) occurrence of the substring.I substrin.I string,or zero if it does not occur.The.PN indexsubroutineis an f77 intrinsic function.The.PN rindexsubroutineis a library routine..PPThe.PN lnblnksubroutinereturns the index of the last non-blank character in.I string.This is useful since all f77 character objects are fixed length, blank padded.Intrinsic function.I lenreturns the size of the character object argument..SH Files.ie \nM /usr/ucb/lib/libF77.a.el /usr/lib/libF77.a

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -