git: 9front

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

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