libkernaux/libc/src/errno.c

8 lines
84 B
C

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <errno.h>
int errno = 0;