#
35277 |
| 23-Jul-1988 |
bostic |
cleanup; tmpfile now lets tmpnam allocate space for it, also checks result of tmpnam() call. tmpnam() allocates space, doesn't use a static buf; rewrite tempnam() to do no error checking, just depen
cleanup; tmpfile now lets tmpnam allocate space for it, also checks result of tmpnam() call. tmpnam() allocates space, doesn't use a static buf; rewrite tempnam() to do no error checking, just depend on mktemp(3).
show more ...
|