From 4314729ddef28cb619ce97d50f0968ca24c93803 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 14 Apr 2004 19:54:10 +0000 Subject: Add graph, plot --- src/cmd/plot/libplot/whoami.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/cmd/plot/libplot/whoami.c (limited to 'src/cmd/plot/libplot/whoami.c') diff --git a/src/cmd/plot/libplot/whoami.c b/src/cmd/plot/libplot/whoami.c new file mode 100644 index 00000000..0672ecd1 --- /dev/null +++ b/src/cmd/plot/libplot/whoami.c @@ -0,0 +1,4 @@ +#include "mplot.h" +char *whoami(void){ + return("ramtek"); +} -- cgit v1.2.3