view docs/ccguide/mktemp.refentry @ 570:253b6096ee01

All function prototypes are added.
author roug
date Fri, 01 Nov 2002 10:02:34 +0000
parents 73319ee6a57e
children 42b2c775f05f
line wrap: on
line source

<refentry id="mktemp">
<refnamediv>
<refname>Mktemp</refname>
<refpurpose>create unique temporary file name</refpurpose>
</refnamediv>

<refsynopsisdiv>
<funcsynopsis>
<funcprototype>
  <funcdef>char *<function>mktemp</function></funcdef>
  <paramdef>char *<parameter>name</parameter></paramdef>
</funcprototype>
</funcsynopsis>

</refsynopsisdiv>

<refsect1><title>Description</title>
<para>
Placeholder
</para>
</refsect1>

<refsect1><title>See Also</title>
<para>
System call
<link linkend="getpid">getpid()</link>
</para>
</refsect1>

</refentry>