README (726B)
1 Test for Endian-ness 2 "endiantest" 3 M. Yamanaka 4 email: myamanaka@live.com 5 website: csmyamanaka.com 6 license: MIT (See included "LICENSE" file for details) 7 8 Description: 9 ============ 10 Originally, this project was just a quick test used in another project (namely "File IO ++" or "fileiopp") 11 because it was necessary for me to know how data is stored on my compiler because I was reading and writing byte data from files. 12 Although it's a very small and simple test, I figured it could eventually become useful for other projects as well so I made it into its own repo. 13 14 Installation: 15 ============= 16 Just use make 17 18 make 19 20 Usage: 21 ====== 22 After it's been compiled, just run it: 23 24 ./EndianTest 25 26 27 Uninstall: 28 ========== 29 30 make clean