shithub: riscv

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

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