On Tue, Mar 26, 2019 at 04:58:46PM +0000, Patel, Vedang wrote: > Yeah llabs should work. But, depending on the machine, int64_t will translate > to either ‘long int’ or 'long long int’. So, do you think imaxabs will be > better to use instead?
I'm not familiar with intmax_t. But I think llabs will work correctly with either 'long' on 64 bit archs or 'long long' on 32 bit. Thanks, Richard _______________________________________________ Linuxptp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxptp-devel
