Mercurial > hg > Members > kono > nitros9-code
view docs/ccguide/getuid.refentry @ 2677:c58baa9276c8 lwtools-port
Fix string constants used as numbers
More cases of string constants being used instead of ascii constants.
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 10 Jun 2012 14:33:53 -0600 |
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>