AG903ライブラリリファレンス
内容インデックスホーム
Body Source
本文ソース
1: 9: 10: 14: 15: #ifndef _AG903_ERRNO_H_ 16: #define _AG903_ERRNO_H_ 17: 18: 19: #ifdef __cplusplus 20: extern "C" { 21: #endif 22: 23: #define AG903_ENONE 0 24: #define AG903_EPERM 1 25: #define AG903_ENOENT 2 26: #define AG903_ESRCH 3 27: #define AG903_EINTR 4 28: #define AG903_EIO 5 29: #define AG903_ENXIO 6 30: #define AG903_E2BIG 7 31: #define AG903_ENOEXEC 8 32: #define AG903_EBADF 9 33: #define AG903_ECHILD 10 34: #define AG903_EAGAIN 11 35: #define AG903_ENOMEM 12 36: #define AG903_EACCES 13 37: #define AG903_EFAULT 14 38: #define AG903_ENOTBLK 15 39: #define AG903_EBUSY 16 40: #define AG903_EEXIST 17 41: #define AG903_EXDEV 18 42: #define AG903_ENODEV 19 43: #define AG903_ENOTDIR 20 44: #define AG903_EISDIR 21 45: #define AG903_EINVAL 22 46: #define AG903_ENFILE 23 47: #define AG903_EMFILE 24 48: #define AG903_ENOTTY 25 49: #define AG903_ETXTBSY 26 50: #define AG903_EFBIG 27 51: #define AG903_ENOSPC 28 52: #define AG903_ESPIPE 29 53: #define AG903_EROFS 30 54: #define AG903_EMLINK 31 55: #define AG903_EPIPE 32 56: #define AG903_EDOM 33 57: #define AG903_ERANGE 34 58: #define AG903_ENOMSG 42 59: #define AG903_ECHRNG 44 60: #define AG903_ENODATA 61 61: #define AG903_ENOSR 63 62: #define AG903_EOVERFLOW 75 63: #define AG903_EILSEQ 84 64: #define AG903_ENOBUFS 105 65: #define AG903_ETIMEDOUT 110 66: #define AG903_ECANCELED 125 67: #define AG903_ENOTSUP 134 68: #define AG903_ENOID 144 69: #define AG903_ESYS 145 70: #define AG903_EILLEGAL 146 71: 72: #ifdef __cplusplus 73: } 74: #endif 75: #endif
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.