git: 9front

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

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