#ifndef __TOOLS_H #define __TOOLS_H inline int trim(u_char *); inline int ltrim(u_char *); inline int rtrim(u_char *); #endif