git: 9front

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

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