git: 9front

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

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