On 13 July 2010 18:32, Matt Weinstein <[email protected]> wrote:

> Any preference on returning bool vs. int for status? Why?
>
>
bool is good for c99, use int for everything else; bool is logical but only
supported in c99 excepting Windows typedef, int is common across standard
POSIX calls.

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to