git: 9front

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

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