Skip to content

Usage of fprintf instead of GREATEST_FPRINTF #117

Open
@Nicolapps

Description

@Nicolapps

On lines 761 and 1119 of greatest.h, fprintf is used. Shouldn’t GREATEST_FPRINTF be used instead, to allow the usage of the library in cases where fprintf isn’t available and the user would like to use another function instead?

fprintf(stderr, "Error: Test run inside another test.\n"); \

fprintf(stderr, "init_second_pass: a %lu, c %lu, state %lu\n", \

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions