shithub: front

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

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