git: 9front

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

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