| 1234567891011121314151617 |
- /*
- * (c) 2015-2017 Marcos Del Sol Vives
- * (c) 2016 javiMaD
- *
- * SPDX-License-Identifier: MIT
- */
- #ifndef HAVE_UTIL_H
- #define HAVE_UTIL_H
- #include <stdint.h>
- #include <stdio.h>
- #include <string.h>
- void printhex(void * data, size_t size);
- #endif
|