shithub: riscv

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

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