URI:
       twhoami.c - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       twhoami.c (60B)
       ---
            1 #include "mplot.h"
            2 char *whoami(void){
            3         return("ramtek");
            4 }