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