File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Attic / tools.h
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Mon Mar 22 15:15:48 2010 UTC (14 years, 3 months ago) by misho
Branches: MAIN
CVS tags: cfg4_0, HEAD, CFG3_2
new version corrected mirge 3.2

    1: /*************************************************************************
    2: * (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
    3: *  by Michael Pounov <misho@openbsd-bg.org>
    4: *
    5: * $Author: misho $
    6: * $Id: tools.h,v 1.4 2010/03/22 15:15:48 misho Exp $
    7: *
    8: *************************************************************************/
    9: #ifndef __TOOLS_H
   10: #define __TOOLS_H
   11: 
   12: 
   13: inline int unquot(u_char *);
   14: inline int trim(u_char *);
   15: 
   16: inline int ltrim(u_char *);
   17: inline int rtrim(u_char *);
   18: 
   19: 
   20: #endif

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