moving int declaration to top of function to avoid upsetting old compilers
[yaz-moved-to-github.git] / test / tstmatchstr.c
index 6f5c14c..e20cce8 100644 (file)
@@ -1,11 +1,12 @@
 /*
- * Copyright (c) 2002-2003, Index Data
+ * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: tstmatchstr.c,v 1.1 2003-10-27 12:21:38 adam Exp $
+ * $Id: tstmatchstr.c,v 1.4 2005-06-25 15:46:07 adam Exp $
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <yaz/yaz-iconv.h>
 
@@ -51,3 +52,11 @@ int main (int argc, char **argv)
     exit(0);
 }
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+