shithub: riscv

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

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