shithub: riscv

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

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