git: 9front

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

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