* configure.in: Fixed up so that ucsim is only configured once.
[fw/sdcc] / src / SDCCglobl.h
index 99076417680fa03b42a9ebee3e47ec0fa0d2b7c8..c9061a9c4f636e375f255bd6bd99296a0fff8d7c 100644 (file)
@@ -274,6 +274,13 @@ void parseWithComma (char **, char *);
 */
 FILE *tempfile (void);
 
+/** Creates a temporary file name a'la tmpnam which avoids the bugs
+    in cygwin wrt c:\tmp.
+    Scans, in order: TMP, TEMP, TMPDIR, else uses tmpfile().
+*/
+char *
+tempfilename (void);
+
 /** Creates a duplicate of the string 'sz' a'la strdup but using
     libgc.
 */