git: 9front

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

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