git: 9front

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

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