shithub: front

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

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