shithub: riscv

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

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