shithub: front

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

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