repo: resdb action: commit revision: path_from: revision_from: 705a318216c041eefeb2d993dcecb40fc84f21aa: path_to: revision_to:
commit 705a318216c041eefeb2d993dcecb40fc84f21aa Author: epochDate: Fri Aug 1 03:42:47 2014 +0000 ;) diff --git a/contrib/marc/marc.c b/contrib/marc/marc.c new file mode 100644 index 0000000000000000000000000000000000000000..4c736ec83378303e7f1e13036a32c5de8ac8d65a --- /dev/null +++ b/contrib/marc/marc.c @@ -0,0 +1,195 @@ +#include +#include +#include + +//run this on the file from a wget http://marc.ucis.ano/?get=0&version=3 + +#define M_TYPE_NULL 0 +#define M_TYPE_STRING 1 +#define M_TYPE_LIST 2 +#define M_TYPE_DICT 3 + +char *type[]={"NULL","string","list","dict"}; + +int indent; + +void pi() { + int i; + for(i=0;i -----END OF PAGE-----