ucspi-ssl
0.99e
TLS encryption for IPv6 communication
ucspi-ssl-0.99e
src
open_append.c
Go to the documentation of this file.
1
/* Public domain. */
2
3
#include <sys/types.h>
4
#include <fcntl.h>
5
#include "
open.h
"
6
7
int
open_append
(
const
char
*fn)
8
{
return
open(fn,O_WRONLY | O_NDELAY | O_APPEND | O_CREAT,0600); }
open_append
int open_append(const char *fn)
Definition:
open_append.c:7
open.h
Generated on Wed Jul 11 2018 22:50:46 for ucspi-ssl by
1.8.13