refactoring

This commit is contained in:
anon
2025-01-23 23:31:16 +01:00
parent 41ef8b9cd0
commit 51e95961c7
9 changed files with 58 additions and 31 deletions

View File

@ -1,6 +1,8 @@
#ifndef GLOBAL_H
#define GLOBAL_H
#include <stdbool.h>
extern char * editor;
extern char * folder;
extern char * custom_rm;