git: 9front

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

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