/* trim.h: * **************************************************************** * Copyright (C) 2003 Tom Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__LIBAWK__TRIM_H #define INCLUDE__LIBAWK__TRIM_H #include "hackerlab/machine/types.h" /* automatically generated __STDC__ prototypes */ extern t_uchar * trim_surrounding_ws (t_uchar * str); #endif /* INCLUDE__LIBAWK__TRIM_H */ /* tag: Tom Lord Sat Jan 5 15:26:10 2002 (trim.h) */