shithub: front

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

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