shithub: riscv

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

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