ttyplot

Realtime terminal plotter
git clone git://git.sgregoratto.me/ttyplot
Log | Files | Refs | README | LICENSE

commit f2a63f99af8abfcc79892b9bd70b2fd494c7b958
parent 52e24a78e6edd8e144e82242573f603f083a8840
Author: Antoni Sawicki <as@tenoware.com>
Date:   Tue, 16 Oct 2018 01:12:31 -0700

comment header

Diffstat:
Mttyplot.c | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/ttyplot.c b/ttyplot.c @@ -1,3 +1,9 @@ +// +// ttyplot: a realtime plotting utility for terminal with data input from stdin +// by Antoni Sawicki aka tenox +// Public Domain +// + #include <stdio.h> #include <string.h> #include <stdlib.h>