shithub: riscv

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

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