Skip to content

paisleyrob/netbyte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netbyte

Converts command line arguments through ntohl() and htonl().

To build issue autoreconf -i && ./configure && make

Sample output on an intel (little-endian) architecture:

$ ./netbyte 3000
         unsigned      signed
 orig:       3000        3000
ntohl: 3087728640 -1207238656
htonl: 3087728640 -1207238656

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages