git: 9front

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

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