aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/plot/libplot/whoami.c
blob: 0672ecd14173d5266e11049c53907daa0166e1aa (plain)
1
2
3
4
#include "mplot.h"
char *whoami(void){
	return("ramtek");
}