git: 9front

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

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