shithub: front

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

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