shithub: front

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

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