git: 9front

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

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