Compiler Ver 2.41 Hi All,
size_t len;
dstr_printf(&obj->stream, "<< /Length %zu >>stream\r\n", len);
this is resulting in << /Length zu >>stream What can be the problem here?..