shithub: riscv

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

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