mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
Divide source code from other stuff
This commit is contained in:
10
src/args.h
Normal file
10
src/args.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __ARGS__
|
||||
#define __ARGS__
|
||||
|
||||
#include "printer.h"
|
||||
|
||||
int parseArgs(int argc, char* argv[]);
|
||||
STYLE getStyle();
|
||||
int showHelp();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user