X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fatoin.c;h=57f9561cce5be9adab1c90cc9ff84ded05131047;hb=c39a893dfdae5f792139177132e7e7a70e010aa7;hp=3b5953a685fd95044f0725b59cb1e21d8109ac85;hpb=19af2bd8dfd21731cc978beccd1346133d614c67;p=yaz-moved-to-github.git diff --git a/util/atoin.c b/util/atoin.c index 3b5953a..57f9561 100644 --- a/util/atoin.c +++ b/util/atoin.c @@ -1,18 +1,8 @@ /* - * Copyright (c) 1997, Index Data + * Copyright (c) 1997-2003, Index Data * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss - * - * $Log: atoin.c,v $ - * Revision 1.3 2000-02-29 13:44:55 adam - * Check for config.h (currently not generated). - * - * Revision 1.2 1999/11/30 13:47:12 adam - * Improved installation. Moved header files to include/yaz. - * - * Revision 1.1 1997/09/04 07:52:27 adam - * Moved atoi_n function to separate source file. * + * $Id: atoin.c,v 1.6 2003-01-06 08:20:28 adam Exp $ */ #if HAVE_CONFIG_H @@ -35,3 +25,4 @@ int atoi_n (const char *buf, int len) } return val; } +