shithub: riscv

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

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