acl/lib_acl/include/stdlib/acl_sane_socketpair.h

20 lines
296 B
C
Raw Normal View History

#ifndef ACL_SANE_SOCKETPAIR_H
2014-11-19 00:25:21 +08:00
#define ACL_SANE_SOCKETPAIR_H
#ifdef __cplusplus
extern "C" {
#endif
#include "acl_define.h"
2014-11-19 00:25:21 +08:00
/* External interface. */
int acl_sane_socketpair(int domain, int type, int protocol, ACL_SOCKET result[2]);
2014-11-19 00:25:21 +08:00
#ifdef __cplusplus
}
#endif
#endif