Files
cpufetch/src/args.h
2018-06-23 13:04:42 +02:00

11 lines
138 B
C

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