shithub: riscv

ref: bd49212b467c60d6d5e4e2eefc13ec88012ec785
dir: /sys/src/cmd/graph/whoami.c/

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