Po Lu <luang...@yahoo.com> writes: > Let's hear from Paul first. Sure.
>> +# define htole32 __gl_endian_htole32 [...] > Isn't it more in line with Gnulib convention to prefix replacement > functions with `rpl_'? Good point. Probably yes since they are public functions. '__gl' is used for private functions (see stdbit.in.h and binary-io.h). Collin