sm_strio_init
void sm_strio_init __P((SM_FILE_T *, char *, size_t));
sm_strio_init(&f, buf, 10);
sm_strio_init(&f, buf, sizeof(buf));