xref: /plan9/sys/src/cmd/plot/libplot/whoami.c (revision ec59a3ddbfceee0efe34584c2c9981a5e5ff1ec4)
1 #include "mplot.h"
2 char *whoami(void){
3 	return("ramtek");
4 }
5