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

6 lines
82 B
C

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