shithub: riscv

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

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