git: 9front

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

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