plan9port
fork of plan9port with libvec, libstr and libsdb
Log
|
Files
|
Refs
|
README
|
LICENSE
whoami.c (60B)
1
#include "mplot.h"
2
char *whoami(void){
3
return("ramtek");
4
}