git: 9front

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

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