Skip to content

Instantly share code, notes, and snippets.

@ksherlock
Created September 28, 2017 16:07
Show Gist options
  • Save ksherlock/3c5a7741879f72e795c5d15e73f44afc to your computer and use it in GitHub Desktop.
Save ksherlock/3c5a7741879f72e795c5d15e73f44afc to your computer and use it in GitHub Desktop.
s16debug.h
#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