Changeset 11544f4 in mainline for uspace/lib/posix/stdio.h


Ignore:
Timestamp:
2011-07-29T17:46:54Z (14 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a53f71
Parents:
ffff746
Message:

Implement a few functions for dealing with temporary files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/stdio.h

    rffff746 r11544f4  
    123123#define L_tmpnam PATH_MAX
    124124extern char *posix_tmpnam(char *s);
     125extern char *posix_tempnam(const char *dir, const char *pfx);
     126extern FILE *posix_tmpfile(void);
    125127
    126128#ifndef LIBPOSIX_INTERNAL
     
    176178
    177179        #define tmpnam posix_tmpnam
     180        #define tempnam posix_tempnam
     181        #define tmpfile posix_tmpfile
    178182#endif
    179183
Note: See TracChangeset for help on using the changeset viewer.