#include struct strpeek { int maxlen; int len; char *buf; }; /* XOPEN(400) */