git: 9front

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

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