#include "bstr.h" #include size_t bstrstart(const char* a) { if (*a) return 0; else return 5; }