Author :
Martin Mitas
Date :
2020-03-02 15:31:57
Hash :a4136b81 Message :Get rid of IS_INPUT_STR() macro.
It has relied on a behavior undefined in C standard, so lets use
explicit flags remembering whether we need to free the strings or not.
Fixes #109.