2.9BSD/usr/man/cat3/putlin.3f


PUTLIN(3F)          UNIX Programmer's Manual           PUTLIN(3F)

NAME
     putlin - write a string to a file

SYNTAX
     character*(L) line
     integer fileid
     call putlin(line, fileid)

DESCRIPTION
     _P_u_t_l_i_n writes the character string _l_i_n_e on the output file
     associated with _f_i_l_e_i_d.  The number of characters written is
     the length of _l_i_n_e.

     _F_i_l_e_i_d is the integer returned from a successful _o_p_e_n(3F) or
     _c_r_e_a_t_e(3F).

SEE ALSO
     create(3F), getlin(3F), open(3F)

AUTHOR
     Bruce Julian, U.S. Geological Survey, Menlo Park, California

Printed 5/17/83                                                 1