git: 9front

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

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