Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

PROC2_$WHO_AM_I                   Domain/OS                    PROC2_$WHO_AM_I


NAME
     proc2_$who_am_i - get the UID of the calling process

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

     void proc2_$who_am_i(
             uid_$t *my_uid)

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

     procedure proc2_$who_am_i(
          out my_uid: uid_$t);

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

           integer*4 my_uid(2)

           call proc2_$who_am_i(my_uid)

DESCRIPTION
     Proc2_$who_am_i supplies the UID of the calling process in my_uid.

     my_uid
          The UID of the calling process.

SEE ALSO
     proc2_$list.

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