shithub: riscv

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

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