git: 9front

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

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