git: 9front

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

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