]> mj.ucw.cz Git - libucw.git/blobdiff - lib/alloc_str.c
Supply default element swapping macro.
[libucw.git] / lib / alloc_str.c
index 0153887e252bcd001a633d7ff5f98e70e626914a..2b03eb2cdc952ee1daf3061f1bc6e9e99be72957 100644 (file)
@@ -1,14 +1,16 @@
 /*
  *     Sherlock Library -- String Allocation
  *
- *     (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 <string.h>
-
 #include "lib/lib.h"
 
+#include <string.h>
+
 byte *
 stralloc(byte *s)
 {