commit b67d9a31d5f232ac0f57f7d18a4abbefaa351074 parent ac0fbfc74760623fd7d3f5d55a9502f7baf6576e Author: M. Yamanaka <myamanaka@live.com> Date: Mon, 9 Nov 2020 19:39:08 -0500 typo, varbyterw.c endian-ness mix up in comments Diffstat:
M | varbyterw.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/varbyterw.c b/varbyterw.c @@ -19,7 +19,7 @@ int wDataToChar(void* ipt, char* dst, int b, int e){ */ /* - I could be wrong but I'm pretty sure gcc (or at least the version that I'm using) stores variables as big-endian + I could be wrong but I'm pretty sure gcc (or at least the version that I'm using) stores variables as little-endian I came to this conclusion because I tested out the following code: int main(){