unsigned long long is not portable
Open
- Dominant language
- C
- Stars
- 298
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Rather use uint64_t
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the repository for uses of `unsigned long long` and inspect the surrounding declarations and expressions. Replace the non-portable type with `uint64_t`, then build or run the repository's available checks to confirm the project still compiles cleanly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100