Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

errno.h

00001 #ifndef _ERRNO_H_
00002 #define _ERRNO_H_
00003 
00004 static int errno = 0;
00005 #define strerror( i_err ) "error message not available"
00006 
00007 /* Error Codes */
00008 #define EPERM           1
00009 #define ENOENT          2
00010 #define ESRCH           3
00011 #define EINTR           4
00012 #define EIO             5
00013 #define ENXIO           6
00014 #define E2BIG           7
00015 #define ENOEXEC         8
00016 #define EBADF           9
00017 #define ECHILD          10
00018 #define EAGAIN          11
00019 #define ENOMEM          12
00020 #define EACCES          13
00021 #define EFAULT          14
00022 #define EBUSY           16
00023 #define EEXIST          17
00024 #define EXDEV           18
00025 #define ENODEV          19
00026 #define ENOTDIR         20
00027 #define EISDIR          21
00028 #define EINVAL          22
00029 #define ENFILE          23
00030 #define EMFILE          24
00031 #define ENOTTY          25
00032 #define EFBIG           27
00033 #define ENOSPC          28
00034 #define ESPIPE          29
00035 #define EROFS           30
00036 #define EMLINK          31
00037 #define EPIPE           32
00038 #define EDOM            33
00039 #define ERANGE          34
00040 #define EDEADLK         36
00041 #if 0 /* defined differently in winsock.h on WinCE */
00042 #define ENAMETOOLONG    38
00043 #endif
00044 #define ENOLCK          39
00045 #define ENOSYS          40
00046 #if 0 /* defined differently in winsock.h on WinCE */
00047 #define ENOTEMPTY       41
00048 #endif
00049 
00050 #endif  /* _ERRNO_H_ */

Generated on Tue Dec 20 10:14:18 2005 for vlc-0.8.4a by  doxygen 1.4.2