comparison src/file-io.cc @ 4388:a3020cb1fe0f

[project @ 2003-04-24 22:22:59 by jwe]
author jwe
date Thu, 24 Apr 2003 22:22:59 +0000
parents 26f74e9fd8a5
children efb6301dae80
comparison
equal deleted inserted replaced
4387:dd0abcde160c 4388:a3020cb1fe0f
1571 print_usage ("tmpfile"); 1571 print_usage ("tmpfile");
1572 1572
1573 return retval; 1573 return retval;
1574 } 1574 }
1575 1575
1576 #define HAVE_MKSTEMP 1
1577
1578
1579 DEFUN (mkstemp, args, , 1576 DEFUN (mkstemp, args, ,
1580 "-*- texinfo -*-\n\ 1577 "-*- texinfo -*-\n\
1581 @deftypefn {Built-in Function} {[@var{fid}, @var{name}, @var{msg}] =} tmpfile (@var{template}, @var{delete})\n\ 1578 @deftypefn {Built-in Function} {[@var{fid}, @var{name}, @var{msg}] =} tmpfile (@var{template}, @var{delete})\n\
1582 Return the file ID corresponding to a new temporary file with a unique\n\ 1579 Return the file ID corresponding to a new temporary file with a unique\n\
1583 name created from @var{template}. The last six characters of @var{template}\n\ 1580 name created from @var{template}. The last six characters of @var{template}\n\