git: 9front

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

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