libclayer/src/errno.c

8 lines
105 B
C
Raw Normal View History

2022-12-25 08:58:00 +00:00
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
2022-12-27 09:05:30 +00:00
#include <libclayer/errno.h>
2022-12-25 08:58:00 +00:00
2022-12-25 11:23:09 +00:00
int LIBCLAYER(errno) = 0;