git: 9front

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

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