5 lines
86 B
C
5 lines
86 B
C
#ifndef __UTILS_H__
|
|
#define __UTILS_H__
|
|
#include <stdint.h>
|
|
|
|
#endif /* __UTILS_H__ */
|