whoami.c 60 B

1234
  1. #include "mplot.h"
  2. char *whoami(void){
  3. return("ramtek");
  4. }