X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fatoin.c;h=a99a6c133578f62ca67e16aa89e6fcc49f737703;hb=58b2fdadbb7b8a8845ff67501520fe1660dedeee;hp=9ff7865a2db5f45ea9744ab77912ed3b1da4f349;hpb=d9ee01635f03f9095a66f71b73580560d48798e8;p=yaz-moved-to-github.git diff --git a/util/atoin.c b/util/atoin.c index 9ff7865..a99a6c1 100644 --- a/util/atoin.c +++ b/util/atoin.c @@ -1,17 +1,14 @@ /* - * Copyright (c) 1997, Index Data + * Copyright (c) 1997-2002, Index Data * See the file LICENSE for details. - * Sebastian Hammer, Adam Dickmeiss - * - * $Log: atoin.c,v $ - * 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.5 2002-08-27 13:18:26 adam Exp $ */ +#if HAVE_CONFIG_H +#include +#endif + #include #include #include @@ -28,3 +25,4 @@ int atoi_n (const char *buf, int len) } return val; } +