git: 9front

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

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