shithub: front

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

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