git: 9front

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

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