Skip to content
Snippets Groups Projects

bugs-3749

Merged ivan.fedorov requested to merge bugs-3749 into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -108,7 +108,7 @@ char *dap_itoa128(char *a_str, int128_t a_value, int a_base);
#ifdef HAVE_STRNDUP
#define strndup(s, l) _strndup(s, l)
#endif
char *_strndup(char *str, unsigned long len);
char *_strndup(const char *str, unsigned long len);
#endif
#define DAP_USEC_PER_SEC 1000000
Loading