Skip to content

Refactor storage.c#50

Merged
uink45 merged 3 commits intomainfrom
devnet-2
Feb 9, 2026
Merged

Refactor storage.c#50
uink45 merged 3 commits intomainfrom
devnet-2

Conversation

@uink45
Copy link
Collaborator

@uink45 uink45 commented Feb 8, 2026

No description provided.

cdexe223 and others added 3 commits February 9, 2026 02:08
- Convert all functions to goto-based cleanup pattern
- Add Doxygen documentation to all public API functions
- Apply const qualifiers to immutable locals
- Use bool/stdbool.h for boolean flags
- Use sizeof(variable) instead of sizeof(type)
- Use zero initializers {0} for structs
- Add unsigned literal suffixes (1u, 0u) in size expressions
refactor(storage): apply C best practices to storage.c
@uink45 uink45 merged commit 83ee9c7 into main Feb 9, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants