Log in Register Dashboard Temp Share Shortlinks Frames API

abh - HTMLify profile

abh's Profile Picture

abh

556 Files

161010 Views

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

xxd abh/learning/c/RCU/xxd/main.c
316 Views
0 Comments
/* xxd */

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

void change_color(char c){
if (!isatty(fileno(stdout))) return;
switch (c) {
Makefile abh/learning/c/RCU/xxd/Makefile
27 Views
0 Comments
Media file
test.txt abh/learning/c/RCU/xxd/test.txt
23 Views
0 Comments
small
file
with
some
words
which
will
be