Skip to content

Function write_u64 seems to be unused #244

@matthew-wozniczka

Description

@matthew-wozniczka

void write_u64(uint8_t *chars, uint64_t val) {

It's only come to my attention because I'm looking forward to MS complaining about the use of memcpy, and that's the only place in this library where it's not obviously clear that it's not overflowing a buffer (even given the name...). Removing it could avoid future hassles.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions