]> mj.ucw.cz Git - libucw.git/blobdiff - charset/debug.c
CF_USAGE_TAB can be used to insert more tabs to the default help message.
[libucw.git] / charset / debug.c
index 7874856e176ea8230aaa133b44d70b37ee247ecd..197739b6cdc36bef5075126034ace6d10aca4849 100644 (file)
@@ -1,13 +1,14 @@
 /*
  *     The UniCode Library -- Debugging Support Functions
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
-#include <stdio.h>
-#include <lib/lib.h>
-
-#include "unicode.h"
+#include "lib/lib.h"
+#include "charset/unicode.h"
 
 static byte *
 get_static_buffer(uns size)