shithub: riscv

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

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