I need to convert u_int32_t to little endian format (in the USB drivers).
I assumed that this is a pretty common operation so there should be
functions (macros) for it, but a quick perusal of the code gave me
nothing?
What is the standard way to do it?
-- Lennart