shithub: riscv

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

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