shithub: riscv

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

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