#ifndef _CONVERT_H #define _CONVERT_H char *hexagram_arglist_convert(void); int hexagram_main_convert(int argc, char **argv); #endif /* _CONVERT_H */