git: 9front

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

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