shithub: front

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

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