shithub: riscv

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

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