shithub: riscv

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

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