git: 9front

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

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