X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fatoin.c;h=57f9561cce5be9adab1c90cc9ff84ded05131047;hb=c39a893dfdae5f792139177132e7e7a70e010aa7;hp=9ff7865a2db5f45ea9744ab77912ed3b1da4f349;hpb=d9ee01635f03f9095a66f71b73580560d48798e8;p=yaz-moved-to-github.git diff --git a/util/atoin.c b/util/atoin.c index 9ff7865..57f9561 100644 --- a/util/atoin.c +++ b/util/atoin.c @@ -1,17 +1,14 @@ /* - * 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.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 +#include +#endif + #include #include #include @@ -28,3 +25,4 @@ int atoi_n (const char *buf, int len) } return val; } +