X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Falloc_str.c;h=2b03eb2cdc952ee1daf3061f1bc6e9e99be72957;hb=cab386086509de5dd4b87179d9e149c017fdc707;hp=0153887e252bcd001a633d7ff5f98e70e626914a;hpb=5b53087fa5a07ff89d34cf3bf3bc1b28809f05c2;p=libucw.git diff --git a/lib/alloc_str.c b/lib/alloc_str.c index 0153887e..2b03eb2c 100644 --- a/lib/alloc_str.c +++ b/lib/alloc_str.c @@ -1,14 +1,16 @@ /* * Sherlock Library -- String Allocation * - * (c) 1997 Martin Mares, + * (c) 1997 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#include -#include - #include "lib/lib.h" +#include + byte * stralloc(byte *s) {