shithub: riscv

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

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