9a9b91c940
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
9 lines
134 B
C
9 lines
134 B
C
#include <errno.h>
|
|
#include <error.h>
|
|
|
|
int main() {
|
|
error_at_line(0, EINVAL, "error_at_line", 5, "test: %s", "error");
|
|
|
|
return 0;
|
|
}
|