long.3f

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3F 代码 · 共 30 行

3F
30
字号
.\" SCCSID: @(#)long.3f	8.1	9/11/90.TH long 3f VAX "" Unsupported.SH Namelong, short \- integer object conversion.SH Syntax.B integer*4 function long (int2).br.B integer*2 int2.sp 1.B integer*2 function short (int4).br.B integer*4 int4.SH Description.NXR "long subroutine (FORTRAN)".NXR "short subroutine (FORTRAN)".NXR "integer object" "converting"These functions provide conversion between short and long integerobjects.  The.PN longsubroutineis useful when constants are used in calls to library routines andthe code is to be compiled with ``-i2''.  The.PN shortsubroutineis useful in similar context when an otherwise long object must bepassed as a short integer..SH Files.ie \nM /usr/ucb/lib/libF77.a.el /usr/lib/libF77.a

⌨️ 快捷键说明

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