Move process handling to a separate source file

This commit is contained in:
Konstantin Pereiaslov
2023-09-04 01:19:21 -05:00
parent 8ba84e47ec
commit f32da29ab9
5 changed files with 117 additions and 63 deletions

7
output_settings.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef RUNWHENIDLE_OUTPUT_SETTINGS_H
#define RUNWHENIDLE_OUTPUT_SETTINGS_H
extern int verbose;
extern int quiet;
extern int debug;
#endif //RUNWHENIDLE_OUTPUT_SETTINGS_H