git: 9front

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

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