git: 9front

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

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