Go to the source code of this file.
Defines | |
| #define | _AC_STDINT_H 1 |
| #define | uint8_t unsigned char |
| #define | uint16_t unsigned short |
| #define | uint32_t unsigned int |
| #define | int8_t signed char |
| #define | int16_t signed short |
| #define | int32_t signed int |
| #define | gint16 int16_t |
Typedefs | |
| typedef _W64 int | ssize_t |
| typedef long long | intmax_t |
| typedef unsigned long long | uintmax_t |
| #define _AC_STDINT_H 1 |
Definition at line 2 of file ac-stdint.h.
| #define gint16 int16_t |
Definition at line 13 of file ac-stdint.h.
| #define int16_t signed short |
Definition at line 10 of file ac-stdint.h.
| #define int32_t signed int |
Definition at line 11 of file ac-stdint.h.
| #define int8_t signed char |
Definition at line 9 of file ac-stdint.h.
| #define uint16_t unsigned short |
Definition at line 7 of file ac-stdint.h.
| #define uint32_t unsigned int |
Definition at line 8 of file ac-stdint.h.
Referenced by _gsasl_kerberos_v5_client_step(), _gsasl_kerberos_v5_server_step(), gs2_encode(), and gs2_parser().
| #define uint8_t unsigned char |
Definition at line 6 of file ac-stdint.h.
| typedef long long intmax_t |
Definition at line 21 of file ac-stdint.h.
| typedef _W64 int ssize_t |
Definition at line 18 of file ac-stdint.h.
| typedef unsigned long long uintmax_t |
Definition at line 22 of file ac-stdint.h.
1.5.6