9 lines
109 B
C
9 lines
109 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
#include <stdint.h>
|
|
|
|
uint32_t char_to_uint32(unsigned char *input);
|
|
|
|
#endif
|