BlackBerry Dynamics
Runtime library for iOS applications
10.2.0.83
BlackBerry Developers
GD_C_fcntl.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 <fcntl.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
int
GD_fcntl
(
int
fd,
int
cmd, ...);
28
29
#ifdef __cplusplus
30
}
31
#endif
32
GD_fcntl
int GD_fcntl(int fd, int cmd,...)
C API.
build
GD.framework
Headers
GD_C_fcntl.h
Generated Fri May 6 2022 11:01:03 with v1.8.17
doxygen
. Version 10.2.0.83. © 2022 BlackBerry Limited. All rights reserved.