git: 9front

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

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