Skip to content

Consider unifying _ntoa_long and _ntoa_long_long #115

Open
@eyalroz

Description

@eyalroz

When ll is supported, why should we have both _ntoa_long and _ntoa_long_long? They do the exact same thing, except for the different types. Why not just put the value in a long long and use just one of the functions? It's not as though we care that much about the performance cost or stack size along the long path that saving 2 or 4 bytes matters so much... after all, we don't have _ntoa_short.

@mickjc750 : This is your idea originally.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions