You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* $Id: strutl.h,v 1.1 1999/11/21 22:01:04 tausq Rel $ */
|
|
#ifndef _STRUTL_H
|
|
#define _STRUTL_H
|
|
|
|
char *reflowtext(int width, char *txt);
|
|
|
|
#endif
|
|
|