git: 9front

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

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