shithub: front

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

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