s/qmail
3.3.23
Next generation secure email transport
sqmail-3.3.23
src
open_append.c
Go to the documentation of this file.
1
#include <sys/types.h>
2
#include <fcntl.h>
3
#include "
open.h
"
4
5
int
open_append
(
char
*
fn
)
6
{
7
return
open(fn,O_WRONLY | O_NDELAY | O_APPEND | O_CREAT,0600);
8
}
fn
stralloc fn
Definition:
qmail-send.c:90
open_append
int open_append(char *fn)
Definition:
open_append.c:5
open.h
Generated on Sat Jan 12 2019 23:42:27 for s/qmail by
1.8.13