Skip to content

Don't always alias #14

@eyalroz

Description

@eyalroz

At the moment, the library always aliases printf, sprintf, vsprintf etc. This is problematic, because you might want to use it alongside the standard library's <stdio.h> (whether because you're using the standard library as well, or because you're including another header which itself pulls <stdio.h> without you really needing it).

So, we should have a CMake option controlling whether or not this is done.

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