bottleros/Userland/SampleCodeModule/shell/include/phylo.h

6 lines
76 B
C

#ifndef PHYLO_H
#define PHYLO_H
void phylo(int argc, char *argv[]);
#endif