shithub: front

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

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