git: 9front

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

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