Greg Ercolano schrieb:
> none wrote:
>> btw. printing size_t and off_t is still not portable
>> printf("size=%zu offset=%16jx"\n",size_t_var,off_t_var);
> 
>       I've never seen the 'z' flag before.. is that a windows thing?

afaict %zu works fine with gcc.
(did i mention printf debugging?)
G.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to