aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/whoami.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/plot/libplot/whoami.c')
-rw-r--r--src/cmd/plot/libplot/whoami.c4
1 files changed, 4 insertions, 0 deletions
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");
+}