hexagram/bin/convert.h

9 lines
153 B
C
Raw Normal View History

2019-05-07 20:39:39 -05:00
#ifndef _CONVERT_H
#define _CONVERT_H
char *hexagram_arglist_convert(void);
int hexagram_main_convert(int argc, char **argv);
#endif /* _CONVERT_H */