shithub: front

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

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