comparison src/dmlib.h @ 2424:3b28868475e8

Remember to include <string.h> for memset() now.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Jan 2020 19:29:03 +0200
parents 69a5af2eb1ea
children 6d12670e0248
comparison
equal deleted inserted replaced
2423:8d057a2459e3 2424:3b28868475e8
17 #include <stdio.h> 17 #include <stdio.h>
18 #include <stdarg.h> 18 #include <stdarg.h>
19 #include <stdlib.h> 19 #include <stdlib.h>
20 #include <ctype.h> 20 #include <ctype.h>
21 #include <inttypes.h> 21 #include <inttypes.h>
22 #include <string.h>
22 23
23 24
24 #ifdef DM_USE_ASSERTS 25 #ifdef DM_USE_ASSERTS
25 # include <assert.h> 26 # include <assert.h>
26 #else 27 #else