shithub: riscv

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

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