diff options
Diffstat (limited to 'lib/base.c')
-rw-r--r-- | lib/base.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -10,11 +10,10 @@ * Description: Implementation of basic library functions */ -#include <endian.h> -#include <string.h> - #include "./base.h" +#include <string.h> + hword convert_bytes_to_hword(byte *bytes) { hword be_h = 0; |