git: 9front

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

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