1 2 3 4 5 6
#include <errno.h> #include <error.h> int main() { error(0, EINVAL, "test: %s", "error"); }