shithub: front

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

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