git: 9front

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

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