@@ -0,0 +1,6 @@
#include "bstr.h"
#include "uint32.h"
int bstrlen(const char* a) {
if (*a) return strlen(a); else return uint32_read(a+1);
}
The note is not visible to the blocked user.