Files
StarPilot/body/crypto/stdint.h
T
Vehicle Researcher 108478216b openpilot v0.8.16 release
date: 2022-08-23T18:53:11
master commit: f41dc62a12cc0f3cb8c5453c0caa0ba21e1bd01e
2022-08-23 18:53:12 +00:00

5 lines
122 B
C

#define uint8_t unsigned char
#define uint32_t unsigned int
#define int64_t long long
#define uint64_t unsigned long long