shithub: front

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

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