by chainichek » Fri Mar 30, 2012 8:32 am
I use 'tmpnam' to generate temporary file name although the manual page on 'tmpnam' does not recommend to use this function:
#man 3 tmpnam
...
BUGS
Never use this function. Use mkstemp(3) or tmpfile(3) instead.
...
Could you recommend more coorect way to generate temporary file for writing DXF data?