Files
StarPilot/crypto/stdint.h
T
Vehicle Researcher 5eb75de249 Squashed 'panda/' content from commit c371fe6
git-subtree-dir: panda
git-subtree-split: c371fe688dbad4c53635905d3471a01c185e811d

old-commit-hash: c251b312d8
2017-12-23 17:10:42 -08: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