diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -87,6 +87,11 @@ char *CopyStr(char *dest, const char *src, size_t size); int IsNullOrEmpty(const char *p); +/* Null function that can be used as a handy place to hang a breakpoint. +*/ +void DebugBreakPoint(void); + + #endif /* |