makestrspace
char *makestrspace(int);
#define CHECKSTRSPACE(n, p) { if (sstrnleft < n) p = makestrspace(n); }