Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

ERRLOG_$CLOSE                     Domain/OS                      ERRLOG_$CLOSE


NAME
     errlog_$close - close an error log

SYNOPSIS (C)
     #include <apollo/base.h>
     #include <apollo/errlog.h>

     void errlog_$close(short &stream_id)

SYNOPSIS (Pascal)
     %include '/sys/ins/base.ins.pas';
     %include '/sys/ins/errlog.ins.pas';

     procedure errlog_$close(in stream_id: ios_$id_t);

SYNOPSIS (FORTRAN)
     %include '/sys/ins/base.ins.ftn'
     %include '/sys/ins/errlog.ins.ftn'

           integer*4 stream_id

           call errlog_$close(stream_id)

DESCRIPTION
     Errlog_$close terminates the current entry and closes the error log file
     on stream_id.

     stream_id
          The stream ID of the stream to close.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026