shithub: riscv

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

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