6 lines
62 B
C
6 lines
62 B
C
|
|
#include "iplot.h"
|
||
|
|
char *
|
||
|
|
whoami(void){
|
||
|
|
return("general");
|
||
|
|
}
|