plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

whoami.c (62B)


      1 #include "iplot.h"
      2 char *
      3 whoami(void){
      4 	return("general");
      5 }