Fix sample PQF
[yaz-moved-to-github.git] / util / atoin.c
index 9ff7865..57f9561 100644 (file)
@@ -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 <config.h>
+#endif
+
 #include <string.h>
 #include <ctype.h>
 #include <yaz/yaz-util.h>
@@ -28,3 +25,4 @@ int atoi_n (const char *buf, int len)
     }
     return val;
 }
+