libclayer/include/errno.h

19 lines
185 B
C

#ifndef _ERRNO_H
#define _ERRNO_H 1
#ifdef __cplusplus
extern "C" {
#endif
#include <libclayer.h>
#define ERANGE 1
extern int LIBCLAYER(errno);
#ifdef __cplusplus
}
#endif
#endif