Skip to content

Print whether the processor is big- or little-endian. Also, remind me how to do simple autoconf.

License

Notifications You must be signed in to change notification settings

wharris/endianness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

endianness reports on whether the processor is big- or little-endian.

To install from source:-

    ./configure                     # generate makefiles
    make                            # build
    sudo make install               # install

To install from a git checkout instead of a source tarball, you'll need to run
autotools to generate the configure script, etc:-

    autoreconf --install            # install build system

About

Print whether the processor is big- or little-endian. Also, remind me how to do simple autoconf.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages