We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37a981 commit 16ae5edCopy full SHA for 16ae5ed
src/strsep.c
@@ -2,7 +2,7 @@
2
#include <string.h>
3
4
static void
5
-print_hex(char *ident, char *str, char *end)
+print_hex(const char *ident, char *str, char *end)
6
{
7
printf("%-10s", ident);
8
for (char *p = str; p < end; p++)
0 commit comments