xzre
util.h
1 /*
2  * Copyright (C) 2024 Stefano Moioli <smxdev4@gmail.com>
3  **/
4 #ifndef __UTIL_H
5 #define __UTIL_H
6 void hexdump(void *pAddressIn, long lSize);
7 #endif