pushstr
pushstr(L, fmt, e - fmt);
pushstr(L, s, strlen(s));
pushstr(L, &buff, 1);
pushstr(L, buff, l);
pushstr(L, "%", 1);
pushstr(L, fmt, strlen(fmt));