mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-03-31 06:05:53 +00:00
8 lines
140 B
C
8 lines
140 B
C
#ifndef COMMON_H__
|
|
#define COMMON_H__
|
|
|
|
uint64_t atoui(const char *str);
|
|
void num_to_bytes(uint64_t n, uint32_t len, uint8_t *dest);
|
|
|
|
#endif
|