First kick.
[yaz-moved-to-github.git] / odr / odr_util.c
1 #include <odr.h>
2 #include <stdlib.h>
3
4 void *nalloc(ODR o, int size) { return malloc(size); }
5 char *odr_indent(ODR o) {return "";}