fixing #70
Ensure proper handling of reserved keywords 'const' and 'static' by avoiding hoisting when they are present at the beginning. Additionally, I've updated the code in this pull request: https://github.com/dawnbeen/c_formatter_42/pull/67 to treat variable declarations without curly brackets as definitions instead of assignments.
fixing #70 Ensure proper handling of reserved keywords 'const' and 'static' by avoiding hoisting when they are present at the beginning. Additionally, I've updated the code in this pull request: https://github.com/dawnbeen/c_formatter_42/pull/67 to treat variable declarations without curly brackets as definitions instead of assignments.