From: Christian Heller Date: Tue, 26 Nov 2013 03:55:17 +0000 (+0100) Subject: Replaced entire read/write_uint*_bigendian() family in readwrite library with simpler... X-Git-Tag: tce~906 X-Git-Url: https://plomlompom.com/repos/index.html?a=commitdiff_plain;h=d504e5724574f9502ec203d495284738601bb6a0;hp=d504e5724574f9502ec203d495284738601bb6a0;p=plomrogue Replaced entire read/write_uint*_bigendian() family in readwrite library with simpler try_fgetc()/try_fputc() and bigendian-sorted calls to it. ---