Files
MochaLite/ios_mcp/source/utils.h
Maschell a949308aee - Update the 0x64 IOCTL
- Remove unneeded instant patches
2019-11-18 11:07:48 +01:00

18 lines
241 B
C

#ifndef __UTILS_H_
#define __UTILS_H_
#include <malloc.h>
#ifdef __cplusplus
extern "C" {
#endif
//Need to have log_init() called beforehand.
void dumpHex(const void* data, size_t size);
#ifdef __cplusplus
}
#endif
#endif // __UTILS_H_