git: 9front

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

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