/[pspp]/pspp/src/mkfile.c
ViewVC logotype

Diff of /pspp/src/mkfile.c

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

revision 1.2 by jmd, Fri Apr 29 01:02:15 2005 UTC revision 1.3 by blp, Sun Jul 31 21:42:46 2005 UTC
# Line 23  Line 23 
23  #include <string.h>  #include <string.h>
24  #include <errno.h>  #include <errno.h>
25  #include <stdio.h>  #include <stdio.h>
   
26  #include "mkfile.h"  #include "mkfile.h"
27  #include "error.h"  #include "error.h"
28  #include "alloc.h"  #include "alloc.h"
29    
30    #include "gettext.h"
31    #define _(msgid) gettext (msgid)
32    
33  /* Creates a temporary file and stores its name in *FILENAME and  /* Creates a temporary file and stores its name in *FILENAME and
34     a file descriptor for it in *FD.  Returns success.  Caller is     a file descriptor for it in *FD.  Returns success.  Caller is
35     responsible for freeing *FILENAME. */     responsible for freeing *FILENAME. */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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