summary refs log tree commit diff
path: root/.bin/xx.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-01-21 18:10:14 -0500
committerJune McEnroe <programble@gmail.com>2017-01-21 18:10:14 -0500
commit28ccdf9faf9852166d10187372705729e643040a (patch)
tree566951f83c733df2e90adbd8dbc671ff2c2ac9e3 /.bin/xx.c
parentUpdate README (diff)
downloadsrc-28ccdf9faf9852166d10187372705729e643040a.tar.gz
src-28ccdf9faf9852166d10187372705729e643040a.zip
Add short descriptions to C utilities
Diffstat (limited to '')
-rwxr-xr-x.bin/xx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bin/xx.c b/.bin/xx.c
index 9ffd0b9b..6af0d6a7 100755
--- a/.bin/xx.c
+++ b/.bin/xx.c
@@ -2,6 +2,8 @@
 exec cc -Wall -Wextra -pedantic $@ -o $(dirname $0)/xx $0
 #endif
 
+// Hexdump.
+
 #include <ctype.h>
 #include <err.h>
 #include <stdbool.h>