shithub: front

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

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