git: 9front

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

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