.\" @(#)long.3f 1.4 86/01/02 SMI; from UCB 4.2 .TH LONG 3F "07 July 1995" .SH NAME long, short \- integer object conversion .SH SYNOPSIS .\" .IX long "" \fLlong\fP .IX short "" \fLshort\fP .IX integer "conversion by long, short" integer "conversion by \fLlong, short\fP" .IX "conversion by long, short" "" "conversion by \fLlong, short\fP" .\" .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 These functions provide conversion between short and long integer objects. .B long is useful when constants are used in calls to library routines, and the code is to be compiled with .BR \-i2 . .PP .B short is useful in a similar context, when an otherwise long object must be passed as a short integer. .SH FILES .B libF77.a