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