X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Falloc_str.c;h=2b03eb2cdc952ee1daf3061f1bc6e9e99be72957;hb=a0de81cbe1f6282fdc13f6e61d07ebf0ae1c0f4c;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) {