X-Git-Url: https://jxself.org/git/?p=a56.git;a=blobdiff_plain;f=subs.c;h=5166717c4067da5ccfeecbc36750eb2cccea0847;hp=a9e0b5e91c1f4df767737af00cfad0594e2e2aca;hb=c6db6f4c5cb82f5e09472163bf11be0c165965ee;hpb=2d044bfe809be2fb02ae5aa8540cd57f7af407a1 diff --git a/subs.c b/subs.c index a9e0b5e..5166717 100644 --- a/subs.c +++ b/subs.c @@ -8,6 +8,26 @@ *******************************************************\ /* + * Copyright (C) 2008 Robert Millan + * Copyright (C) 2012 Thorsten Alteholz + * + * This file is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published + * by the Free Software Foundation, either version 3 of the License, + * or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see + * . + * + * This file incorporates work covered by the following copyright and + * permission notice: + * * Copyright (C) 1990-1994 Quinn C. Jensen * * Permission to use, copy, modify, distribute, and sell this software @@ -30,8 +50,6 @@ static char *Copyright = "Copyright (C) 1990-1994 Quinn C. Jensen"; #define MAX 1024 -char *alloc(); - FILE *open_read(file) char *file; { @@ -134,7 +152,7 @@ int size; (c) >= 'A' && (c) <= 'Z' || \ (c) >= 'a' && (c) <= 'z') -strtol(s, p, base) +a56_strtol(s, p, base) register char *s, **p; register int base; {