WvStreams
include
wvsocketpair.h
1
#ifndef __WVSOCKETPAIR_H
2
#define __WVSOCKETPAIR_H
3
4
#ifndef _WIN32
5
#include <sys/socket.h>
6
#endif
7
15
int
wvsocketpair(
int
type,
int
socks[2]);
16
17
#endif // __WVSOCKETPAIR_H
Generated by
1.8.17