963e5104a006ee9f1c35a56cc493516194d80701
[yaz-moved-to-github.git] / util / benchmark.c
1 /* $Id: benchmark.c,v 1.1 2003-12-24 16:23:43 mike Exp $
2    Copyright (C) 2003
3    Index Data Aps
4
5    This file is part of the YAZ toolkit.
6
7    See the file LICENSE.
8 */
9
10 #include <stdlib.h>
11 #include <stdio.h>
12
13 #include <yaz/zoom.h>
14
15
16 int main(int argc, char **argv)
17 {
18 }