git: 9front

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

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