X-Git-Url: https://jxself.org/git/?p=a56.git;a=blobdiff_plain;f=subs.c;h=5166717c4067da5ccfeecbc36750eb2cccea0847;hp=f0e0b9db928bc850f3dff80e4751dcba22c55769;hb=c6db6f4c5cb82f5e09472163bf11be0c165965ee;hpb=02441aa24c7de1fff477126793e7cbdc0d65f4ba diff --git a/subs.c b/subs.c index f0e0b9d..5166717 100644 --- a/subs.c +++ b/subs.c @@ -9,6 +9,7 @@ /* * 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 @@ -151,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; {