git: 9front

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

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