Dashboard Temp Share Shortlinks Frames API

abh - HTMLify profile

files of /abh/learning/c/RCU/xxd/

Makefile /abh/learning/c/RCU/xxd/Makefile
50 Views
0 Comments
xxd: main.c
gcc main.c -o xxd

test: xxd
./xxd test.txt

diff: xxd
xxd test.txt > a_test.hex
xxd /abh/learning/c/RCU/xxd/main.c
401 Views
0 Comments
/* xxd */

#include <stdio.h>
#include <unistd.h>

void change_color(char c){
if (!isatty(fileno(stdout))) return;

test.txt /abh/learning/c/RCU/xxd/test.txt
57 Views
0 Comments
small
file
with
some
words
which
will
be