//--- // fxos-cli: A disassembler and OS reverse-engineering tool //--- #ifndef FXOS_CLI_H #define FXOS_CLI_H #include /* Print general information on an OS file */ void os_info(std::string path); #endif /* FXOS_CLI_H */