git: 9front

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

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