Files
plan9port/src/cmd/plot/libplot/whoami.c
2004-04-14 19:54:10 +00:00

5 lines
60 B
C

#include "mplot.h"
char *whoami(void){
return("ramtek");
}