git: 9front

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

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