git: 9front

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

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