Luna/libs/libc/src/errno.cpp
apio 8eb986df63 libc: Add program_invocation_name
This is a GNU extension, but I'm fine with adding it to libc.
It's guarded by the _GNU_SOURCE feature test macro anyways.
2022-10-26 19:17:05 +02:00

4 lines
61 B
C++

#include <errno.h>
int errno;
char* program_invocation_name;