shithub: front

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

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