/Show/avc/avc_types.h
C Header | 14 lines | 10 code | 4 blank | 0 comment | 0 complexity | 227c6a443e2fa07146b3f70d2a41b0c1 MD5 | raw file
Possible License(s): BSD-3-Clause
- #ifndef AVC_TYPES_H_
- #define AVC_TYPES_H_
- #include <stdint.h>
- typedef uint8_t uint8;
- typedef uint16_t uint16;
- typedef int16_t int16;
- typedef uint32_t uint32;
- typedef int32_t int32;
- typedef unsigned int uint;
- #endif // AVC_TYPES_H_