shithub: front

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

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