#ifndef __ARGS__ #define __ARGS__ #include "printer.h" int parseArgs(int argc, char* argv[]); STYLE getStyle(); int showHelp(); #endif