K 10 svn:author V 3 ian K 8 svn:date V 27 2018-06-05T17:18:10.335725Z K 7 svn:log V 286 Make the v*printf() functions in libsa return int instead of void. This makes them compatible with the C standard signatures, avoiding spurious mismatch errors in the places where the oddball requirements of standalone code end up putting two declarations of the same function in play. END