lstrip
const char *bas(void) { return lstrip("abc"); }
const char *qus(void) { return lstrip(messg); }