shithub: riscv

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

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