
15 Jul
2004
15 Jul
'04
8:27 p.m.
Robert Ramey wrote:
Guillaume Melquiond wrote:
...
So it may be a good idea to completely remove the function "tmpnam" from the Serialization library and use a saner replacement instead. This way, the library tests would compile without any complaint from the linker on Linux.
I need this functionality to run the tests. What is the best way to go about it?
int mkstemp(char *template) on POSIX systems. HTH, m