libclayer/src/errno.c

8 lines
84 B
C
Raw Normal View History

2022-12-25 08:58:00 +00:00
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <errno.h>
int errno = 0;