OSDN Git Service

Add implementation of mkstemp() and mkdtemp() functions.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 1 Dec 2014 21:12:27 +0000 (21:12 +0000)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Mon, 1 Dec 2014 21:12:27 +0000 (21:12 +0000)
commited7dcf1eb8b2fefb647b45a3f472524bb63fd870
tree84cd5231cdfca4f608950f8135102c29a2c85882
parentf28d62f21ffb03ac8a2545db3a3e672221e55f51
Add implementation of mkstemp() and mkdtemp() functions.
mingwrt/ChangeLog
mingwrt/Makefile.in
mingwrt/include/stdlib.h
mingwrt/mingwex/cryptnam.c [new file with mode: 0644]
mingwrt/mingwex/mkdtemp.c [new file with mode: 0644]
mingwrt/mingwex/mkstemp.c [new file with mode: 0644]