shithub: riscv

ref: 5d202d345616907d511b46e395226958fe66a2c3
dir: /sys/src/cmd/graph/whoami.c/

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