◄Up► ◄Contents► ◄Index► ◄Back► ──C/C++ Language and Libraries Index──────────────────────────────────────── ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐ │A│B│C│D│E│F│G│H│I│J│K│L│M│N│O│P│Q│R│S│T│U│V│W│X-Z│ └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘ E2BIG Argument list too long (errno) EACCES Permission denied (errno) EAGAIN No more processes (errno) EBADF Bad file number (errno) ECHILD No child processes _ecvt Convert double to string EDEADLOCK Resource deadlock (errno) EDOM Math argument error (errno) EEXIST File exists (errno) _EGA EGA monitor EINVAL Invalid argument (errno) #elif Abbreviation of #else and #if _ellipse... Draw ellipse #else Conditional compilation branch else else clause of if statement EMFILE Too many open files (errno) __emit Emit immediate byte at current location _enable Enable interrupts #endif End conditional compilation block _ENHCOLOR Enhanced color monitor ENOENT No such file or directory (errno) ENOEXEC Executable-file format error (errno) ENOMEM Not enough core (errno) ENOSPC No space left on device (errno) enum Enumeration data type _environ Process environment global variable envp Command-line argument _eof Test for end-of-file EOF End-of-file constant ERANGE Result too large (errno) _ERESCOLOR 640x350; 16-color EGA video mode _ERESNOCOLOR 640x350; 1-color EGA video mode errno Global error-number variable #error Display diagnostic message to stderr errors, math Floating-point math error summary errors, run-time Run-time error summary escape sequences Special and nonprintable characters example programs Run-time functions demonstrated _exception Math exception structure EXDEV Cross-device link (errno) _execl Execute program (argument list) _execle Execute program (argument list, environment) _execlp Execute program (argument list, PATH) _execlpe Execute program (argument list, PATH, environment) _execv Execute program (argument array) _execve Execute program (argument array, environment) _execvp Execute program (argument array, PATH) _execvpe Execute program (argument array, PATH, environment) exit Terminate process after cleanup _exit Terminate process immediately EXIT_FAILURE Argument for exit EXIT_SUCCESS Argument for exit exp Calculate exponential _expand Change size of memory block _expl Calculate exponential (80-bit) __export Export a function from a dynamic-link library extended keycodes Manifest constants defining extended keycodes extern External data-storage class -♦-