libclayer/src/errno.c

8 lines
95 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>
2022-12-25 11:23:09 +00:00
int LIBCLAYER(errno) = 0;