Files
cc65/src/ar65
Oliver Schmidt bec75d9e62 Avoid tmpfile().
- tmpfile() tries to create files in the C: root dir on Windows where users usually don't have access.
- tmpnam() uses the curent dir which doesn't seem to be a good idea either.
- tempnam(NULL,NULL) is supposed to be cleverer.
2014-02-09 01:11:11 +01:00
..
2014-02-09 01:11:11 +01:00
2014-02-09 01:11:11 +01:00