]> mj.ucw.cz Git - libucw.git/blob - lib/string.h
Introduced new header "lib/string.h".
[libucw.git] / lib / string.h
1 /*
2  *      UCW Library -- String Routines
3  *
4  *      (c) 2006 Pavel Charvat <pchar@ucw.cz>
5  *      (c) 2007--2008 Martin Mares <mj@ucw.cz>
6  *
7  *      This software may be freely distributed and used according to the terms
8  *      of the GNU Lesser General Public License.
9  */
10
11 #ifndef _UCW_STRING_H
12 #define _UCW_STRING_H
13
14 char *str_unesc(char *dest, const char *src);
15 char *str_format_flags(char *dest, const char *fmt, uns flags);
16
17 #endif