Samsung Internal API reference
2.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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
off_t
int64_t off_t
Definition:
types.h:37
pid_t
int pid_t
Definition:
types.h:21
time_t
long long time_t
Definition:
types.h:33
mode_t
unsigned int mode_t
Definition:
types.h:41
uid_t
int uid_t
Definition:
types.h:25
gid_t
int gid_t
Definition:
types.h:29
ssize_t
intptr_t ssize_t
Definition:
types.h:17
sys
types.h
Generated by
1.8.11