HPUX fputc[3f]



fputc in anderen Kapiteln des hpux Handbuch: fputc.3s




 PUTC(3F)                                                           PUTC(3F)

                  +U77 FORTRAN compile-line option required



 NAME
      putc, fputc - write a character to a fortran logical unit

 SYNOPSIS
      INTEGER*4 function putc (char)
      character char

      INTEGER*4 function fputc (lunit, char)
      INTEGER*4 lunit
      character char

 DESCRIPTION
      These functions write a character to the file associated with a
      fortran logical unit bypassing normal fortran I/O.  Putc writes to
      logical unit 6, normally connected to the control terminal output.

      The value of each function will be zero unless some error occurred; a
      system error code otherwise. See perror(3F).

 FILES
      /usr/lib/libU77.a

 SEE ALSO
      putc(3S), errno(2), perror(3F)






























 Hewlett-Packard Company            - 1 -       HP-UX Release 9.0: June 1992