mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
11 lines
138 B
C
11 lines
138 B
C
#ifndef __ARGS__
|
|
#define __ARGS__
|
|
|
|
#include "printer.h"
|
|
|
|
int parseArgs(int argc, char* argv[]);
|
|
STYLE getStyle();
|
|
int showHelp();
|
|
|
|
#endif
|