shithub: front

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

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