git: 9front

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

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