FreeBSD regtest: add fakes for FreeBSD < 13
[valgrind.git] / coregrind / m_gdbserver / remote-utils-shared.h
blobbcdd2aef817198098280587e88a78741ea275631
1 #ifndef REMOTE_UTILS_SHARED_H
2 #define REMOTE_UTILS_SHARED_H
4 extern int tohex (int nib);
5 extern int hexify (char *hex, const char *bin, int count);
7 #endif /* REMOTE_UTILS_SHARED_H */