shithub: riscv

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

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