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

9 lines
119 B
C

#ifndef PHYLO_LIB
#define PHYLO_LIB
#include "libc.h"
#include "system.h"
void phylo(int argc, char *argv[]);
#endif