#include "bstr.h" #include const char* bstrfirst(const char* a) { if (*a) return a; else return a+5; }