Files
cpufetch/args.h

11 lines
138 B
C

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