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