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