packages feed

hs-bibutils-6.6.0.0: bibutils/iso639_3.h

/*
 * iso639_3.h
 */
#ifndef ISO639_3_H
#define ISO639_3_H

char * iso639_3_from_code( const char *code );
char * iso639_3_from_name( const char *name );

#endif