view docs/ccguide/getuid.refentry @ 1902:d141618d38df

Can now be compiled to cobble CoCo or Dragon disks.
author afra
date Thu, 03 Nov 2005 01:36:10 +0000
parents 94ff9d15614f
children
line wrap: on
line source

<refentry id="getuid">
<refnamediv>
<refname>Getuid</refname>
<refpurpose>return user id</refpurpose>
</refnamediv>

<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
  <funcdef><function>getuid</function></funcdef>
  <void/>
</funcprototype>
</funcsynopsis>

</refsynopsisdiv>

<refsect1><title>Assembler Equivalent</title>
<para>
os9 F$ID
</para>
</refsect1>

<refsect1><title>Description</title>
<para>
Getuid returns the real user id of the current task (as
maintained in the password file).
</para>
</refsect1>
</refentry>