git: 9front

ref: f3d40b087e1a2d17b4ada3b9b9138a92ba46070c
dir: /sys/src/cmd/plot/libplot/whoami.c/

View raw version
#include "mplot.h"
char *whoami(void){
	return("ramtek");
}