• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GD_C_sys_uio.h
Go to the documentation of this file.
1 /*
2  * (c) 2016 Good Technology Corporation. All rights reserved.
3  */
4 
5 #pragma once
6 
7 #include <sys/uio.h>
8 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 #ifndef GD_C_API
18 # if !defined(_WIN32)
19 # define GD_C_API __attribute__((visibility("default")))
20 # else
21 # define GD_C_API
22 # endif
23 #endif
24 
27  GD_C_API ssize_t GD_readv(int, const struct iovec *, int);
28 
31  GD_C_API ssize_t GD_writev(int, const struct iovec *, int);
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
GD_writev
ssize_t GD_writev(int, const struct iovec *, int)
C API.
GD_readv
ssize_t GD_readv(int, const struct iovec *, int)
C API.