git: 9front

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

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