shithub: front

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

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