466
|
1 <refentry id="getuid">
|
|
2 <refnamediv>
|
468
|
3 <refname>Getuid</refname>
|
|
4 <refpurpose>return user id</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
|
10 <funcdef><function>getuid</function></funcdef>
|
636
|
11 <void/>
|
466
|
12 </funcprototype>
|
|
13 </funcsynopsis>
|
|
14
|
|
15 </refsynopsisdiv>
|
|
16
|
542
|
17 <refsect1><title>Assembler Equivalent</title>
|
|
18 <para>
|
|
19 os9 F$ID
|
|
20 </para>
|
|
21 </refsect1>
|
|
22
|
466
|
23 <refsect1><title>Description</title>
|
|
24 <para>
|
599
|
25 Getuid returns the real user id of the current task (as
|
|
26 maintained in the password file).
|
466
|
27 </para>
|
|
28 </refsect1>
|
|
29 </refentry>
|