foldit
int foldit(char *chunk, int col, int max);
col = foldit(cp, col, foldwidth);
int foldit(char *, int, int);