Add Include macro guards
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
|
||||
// Adapted from https://github.com/calccrypto/uint256_t
|
||||
|
||||
#ifndef _UINT256_H_
|
||||
#define _UINT256_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
@@ -63,3 +66,5 @@ bool tostring128(uint128_t *number, uint32_t base, char *out,
|
||||
uint32_t outLength);
|
||||
bool tostring256(uint256_t *number, uint32_t base, char *out,
|
||||
uint32_t outLength);
|
||||
|
||||
#endif /* _UINT256_H_ */
|
||||
Reference in New Issue
Block a user