git: 9front

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

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