/[guile]/guile/guile-core/libguile/mkstemp.c
ViewVC logotype

Diff of /guile/guile-core/libguile/mkstemp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mvo, Sat Apr 5 19:10:22 2003 UTC revision 1.7 by ela, Thu May 29 14:39:13 2003 UTC
# Line 47  Line 47 
47  #define TMP_MAX 16384  #define TMP_MAX 16384
48  #endif  #endif
49    
50    /* We provide this prototype to avoid compiler warnings.  If this ever
51       conflicts with a declaration in a system header file, we'll find
52       out, because we should include that header file here.  */
53    int mkstemp (char *);
54    
55  /* Generate a unique temporary file name from TEMPLATE.  /* Generate a unique temporary file name from TEMPLATE.
56    
57     TEMPLATE has the form:     TEMPLATE has the form:

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26