Skip to content
/ hexout Public

Prints out the bytes of a file in hexadecimal

Notifications You must be signed in to change notification settings

kothman/hexout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hexout

Prints out the bytes of a file in hexadecimal.

The purpose of this project was to start getting refamiliarized with the C programming language, in addition to building the program with a Makefile.

Todo

  • Make use of getopt function to parse command lind arguments [see glibc example]
    • Add --help argument
    • Add argument to specify number of columns
    • Add argument to specify whether output should be printed to command line or file

About

Prints out the bytes of a file in hexadecimal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published