diff options
| author | Nakidai <plaza521@inbox.ru> | 2024-08-23 20:43:31 +0300 |
|---|---|---|
| committer | Nakidai <plaza521@inbox.ru> | 2024-08-23 20:43:31 +0300 |
| commit | 2b0e05cbc1e4d9beccd3a5867c8730880f6ecc10 (patch) | |
| tree | f0e5e31e6259e0b6ea940c1d4c394b976a4bac74 /include/main.h | |
| parent | 9e4058194742794f7742f19cb1a0bb3451ce22ea (diff) | |
| download | 3cl-2b0e05cbc1e4d9beccd3a5867c8730880f6ecc10.tar.gz 3cl-2b0e05cbc1e4d9beccd3a5867c8730880f6ecc10.zip | |
Start to rewriting code
Since there's some UB in the master I decided to rewrite code from scratch again. I hope that attempt will be better :D
Diffstat (limited to 'include/main.h')
| -rw-r--r-- | include/main.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/main.h b/include/main.h index 9cdf6ac..ad3bdc6 100644 --- a/include/main.h +++ b/include/main.h @@ -1,9 +1,6 @@ #ifndef __MAIN_H__ #define __MAIN_H__ -#include "types.h" - - -extern const s8 *program_name; +extern const char *program_name; #endif /* __MAIN_H__ */ |