shithub: front

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

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