git: 9front

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

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