Created
September 28, 2017 16:07
-
-
Save ksherlock/3c5a7741879f72e795c5d15e73f44afc to your computer and use it in GitHub Desktop.
s16debug.h
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef __s16_debug_h__ | |
#define __s16_debug_h__ | |
void s16_debug_puts(const char *str); | |
void s16_debug_printf(const char *format, ...); | |
void s16_debug_dump(const char *data, unsigned size); | |
void s16_debug_tcp(unsigned ipid); | |
#ifdef __TCPIP__ | |
void s16_debug_srbuff(const srBuff *sb); | |
#endif | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment