shithub: front

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

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