shithub: front

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

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