.title flun Get logical unit number .ident /000004/ ; ;+ ; ; Index Get logical unit number ; ; Usage ; ; flun(iop) ; FILE *iop; ; ; Description ; ; Return the logical unit number associated with the file. ; (On RT11, the channel number is returned.) ; ; Bugs ; ; Obsolete -- use fileno() for transportability. ; ;- ; ; Edit history ; 000001 24-Jul-79 MM Initial edit ; 000002 10-Mar-80 MM Conversion for the newer library ; 000003 16-Jun-80 MM Fixed typo, made smaller ; 000004 27-Jun-82 MM For newer library ; .psect c$code flun:: jmp fileno .end