git: 9front

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

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