5.11.11. _sys_tmpnam()

This function converts the file number fileno for a temporary file to a unique filename, for example, tmp0001.

Syntax

void _sys_tmpnam(char *name, int fileno, unsigned maxlength);

Implementation

The function must be defined if tmpnam() or tmpfile() is used.

Returns

Returns the filename in name.

Copyright © 2002-2006 ARM Limited. All rights reserved.ARM DUI 0205G
Non-Confidential