Library for functions used in Hive projects
- printf & dprintf
- no float support
- c matches any literal character c
- . matches any single character
- ^ matches the beginning of the input string
- $ matches the end of the input string
-
- matches zero or more occurrences of the previous character
make fclean && make && make test
make fclean && make clean_test