Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 28, 2025

Add support for %llu and %lld in Dmod_SnPrintf

  • Understand the current implementation and test structure
  • Add helper functions for printing unsigned long long (uint64_t)
  • Add helper functions for printing signed long long (int64_t)
  • Modify format parser to handle 'll' length modifier
  • Add support for %llu (unsigned long long) format specifier
  • Add support for %lld (signed long long) format specifier
  • Add support for %llx and %llX (long long hex) format specifiers
  • Create comprehensive tests for new format specifiers
  • Build and verify all tests pass (23/23 snprintf tests passed)
  • Manual verification confirms correct behavior
  • Run code review and security checks
Original prompt

This section details on the original issue you should resolve

<issue_title>Dodać wsparcie dla %llu w Dmod_SnPrintf</issue_title>
<issue_description>Tak jak w tytule - brakuje wsparcia dla %llu oraz %llz (tego dla size_t)</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
@JohnAmadis JohnAmadis marked this pull request as ready for review December 28, 2025 18:31
@JohnAmadis JohnAmadis merged commit e5d114d into develop Dec 28, 2025
4 checks passed
Copilot AI requested a review from JohnAmadis December 28, 2025 18:32
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.

Dodać wsparcie dla %llu w Dmod_SnPrintf

2 participants