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.
4 lines
61 B
C++
4 lines
61 B
C++
#include <errno.h>
|
|
|
|
int errno;
|
|
char* program_invocation_name; |