X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Falloc_str.c;h=2b03eb2cdc952ee1daf3061f1bc6e9e99be72957;hb=9f87c6fe6552ce8b2236a07307d2f825b0e4c439;hp=7c9f92decdd999db49583c782ae8c240953f0d2d;hpb=03846211ba84582b133a985200502a39462dfe66;p=libucw.git diff --git a/lib/alloc_str.c b/lib/alloc_str.c index 7c9f92de..2b03eb2c 100644 --- a/lib/alloc_str.c +++ b/lib/alloc_str.c @@ -1,13 +1,15 @@ /* * 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 "lib.h" +#include byte * stralloc(byte *s)