git: 9front

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

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