X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Ferrno.h;h=1e712136b7806ad8d440cafe7949a5b4a9d5199d;hb=4321ebdd142b534d8b7b6c31e01790f77ac46319;hp=e85d3024b670f3dd31f750c1d08e23b0228a3e72;hpb=70f1c6f7c9d515ef426da68973511f46de57005a;p=pdclib diff --git a/includes/errno.h b/includes/errno.h deleted file mode 100644 index e85d302..0000000 --- a/includes/errno.h +++ /dev/null @@ -1,27 +0,0 @@ -// ---------------------------------------------------------------------------- -// $Id$ -// ---------------------------------------------------------------------------- -// Public Domain C Library - http://pdclib.sourceforge.net -// This code is Public Domain. Use, modify, and redistribute at will. -// ---------------------------------------------------------------------------- -// Errors -// ---------------------------------------------------------------------------- - -#ifndef __ERRNO_H -#define __ERRNO_H __ERRNO_H - -// TODO: Documentation - -// ---------------------------------------------------------------------------- -// DECLARATIONS - -extern int errno; - -// ---------------------------------------------------------------------------- -// DEFINES - -#define EDOM 1 // domain error -#define EILSEQ 2 // illegal (multibyte) sequence -#define ERANGE 3 // range error - -#endif // __ERRNO_H