I think will be better the other way, using the return value to flag existence, and passing a pointer to store the result. This will allow shorter and cleaner code.
-- Salu2
I think will be better the other way, using the return value to flag existence, and passing a pointer to store the result. This will allow shorter and cleaner code.
-- Salu2