]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/str-esc.c
Opt: tests for OPT_MULTIPLE
[libucw.git] / ucw / str-esc.c
index 97bbe387e79a95c3c4b14ad6f07330368b7064c1..551148e3fb30f0d29b47a9c382dc61d537b876e7 100644 (file)
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/string.h"
-#include "ucw/chartype.h"
+#include <ucw/lib.h>
+#include <ucw/string.h>
+#include <ucw/chartype.h>
 #include <stdlib.h>
 
-/* Expands C99-like escape sequences.
- * It is safe to use the same buffer for both input and output. */
 char *
 str_unesc(char *d, const char *s)
 {