git: 9front

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

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