File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Attic / tools.h
Revision 1.1.1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Sep 30 20:00:26 2008 UTC (15 years, 7 months ago) by misho
Branches: cfg3_0
Diff to: branchpoint 1.1.1.1: preferred, colored
add comments

/*************************************************************************
* (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
*  by Michael Pounov <misho@openbsd-bg.org>
*
* $Author: misho $
* $Id: tools.h,v 1.1.1.1.2.1 2008/09/30 20:00:26 misho Exp $
*
*************************************************************************/
#ifndef __TOOLS_H
#define __TOOLS_H


inline int trim(u_char *);

inline int ltrim(u_char *);
inline int rtrim(u_char *);


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>