File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / inc / Attic / tools.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Aug 28 13:17:41 2008 UTC (15 years, 10 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #ifndef __TOOLS_H
    2: #define __TOOLS_H
    3: 
    4: 
    5: inline int trim(u_char *);
    6: 
    7: inline int ltrim(u_char *);
    8: inline int rtrim(u_char *);
    9: 
   10: 
   11: #endif

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