index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
plot
/
libplot
/
whoami.c
blob: 0672ecd14173d5266e11049c53907daa0166e1aa (
plain
)
1
2
3
4
#include
"mplot.h"
char
*
whoami
(
void
){
return
(
"ramtek"
);
}