shithub: riscv

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

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