Samsung Internal API reference  2.0
types.h
Go to the documentation of this file.
1 
9 #ifndef _TZSL_TYPES_H_
10 #define _TZSL_TYPES_H_
11 
12 #include <stddef.h>
13 #include <stdint.h>
14 
17 typedef intptr_t ssize_t;
18 
21 typedef int pid_t;
22 
25 typedef int uid_t;
26 
29 typedef int gid_t;
30 
33 typedef long long time_t;
34 
37 typedef int64_t off_t;
38 
41 typedef unsigned int mode_t;
42 
43 #endif // _TZSL_TYPES_H
44 
int64_t off_t
Definition: types.h:37
int pid_t
Definition: types.h:21
long long time_t
Definition: types.h:33
unsigned int mode_t
Definition: types.h:41
int uid_t
Definition: types.h:25
int gid_t
Definition: types.h:29
intptr_t ssize_t
Definition: types.h:17