shithub: front

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

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