Piotr Caban (@piotr) commented about dlls/msvcr80/tests/msvcr80.c:
ok( !tmp, "_wdupenv_s returned pointer is %p\n", tmp );
}
+static char *buf_to_string(const unsigned char *bin, int len, int nr)
Is the output easier to read with `buf_to_string` helper comparing to `debugstr_an`? I'm OK with adding such helper but I'm not sure if it's really useful.