Files
plan9port/src/cmd/plot/libplot/whoami.c

5 lines
60 B
C
Raw Normal View History

2004-04-14 19:54:10 +00:00
#include "mplot.h"
char *whoami(void){
return("ramtek");
}