git: 9front

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

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