shithub: riscv

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

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