qc.hlp (Table of Contents; Topic list)
C Language Index
   ASM Index                   Up Contents Index Back
──C Language Index──────────────────────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJKLMNOPQRSTUVWX-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
  E2BIG                  Argument list too long (errno)
  EACCES                 Permission denied (errno)
  EAGAIN                 No more processes
  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
  escape sequences       Special and nonprintable characters
  example programs       Microsoft C 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