shithub: riscv

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

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