shithub: riscv

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

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