]> mj.ucw.cz Git - libucw.git/blobdiff - lib/alloc_str.c
Generate index cards.
[libucw.git] / lib / alloc_str.c
index 7c9f92decdd999db49583c782ae8c240953f0d2d..baf5f5adf94cfc844da495e49de1b95dd6055e58 100644 (file)
@@ -1,13 +1,12 @@
 /*
  *     Sherlock Library -- String Allocation
  *
- *     (c) 1997 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1997 Martin Mares <mj@ucw.cz>
  */
 
-#include <stdio.h>
-#include <string.h>
+#include "lib/lib.h"
 
-#include "lib.h"
+#include <string.h>
 
 byte *
 stralloc(byte *s)