shithub: riscv

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

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