C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
C/C++ Language and Libraries Index
                                             Up Contents Index Back
──C/C++ Language and Libraries Index────────────────────────────────────────
 
  ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐
  │ABCDEFGHIJKLMNOPQRSTU│V│WX-Z│
  └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
 
  va_arg                 Access variable number of arguments
  va_end                 Retrieve current argument
  va_list                Type defined in stdarg.h and stdio.h
  variable-length
     arguments           Functions for variable-length argument lists
  variables, global      Variables defined in run-time library
  VARSTCK.OBJ            Allow near heap to compete with stack
  va_start               Reset argument pointer
  vfprintf               Write formatted data to stream
  _vfree                 Free allocated block of virtual memory
  _VGA                   VGA monitor
  _vheapinit             Initialize virtual memory manager
  _vheapterm             Terminate virtual memory manager
  _videoconfig           Video configuration structure
  virtual                Modify class or member for inheritance (C++)
  _vload                 Load virtual memory block into DOS memory
  _vlock                 Load virtual memory block into DOS memory and
                            lock it
  _vlockcnt              Get number of times virtual memory block was locked
  _vmalloc               Allocate virtual memory block
  _vmhnd_t               Handle to a virtual memory block
  _vmsize                Get the size of a virtual memory block
  void                   void data type
  volatile               volatile data-type modifier
  vprintf                Write formatted data to stdout
  _vrealloc              Reallocate virtual memory block
  _VRES16COLOR           640x480; 16-color VGA video mode
  _VRES2COLOR            640x480; 2-color VGA video mode
  _VRES256COLOR          320x200; 256-color VGA video mode
  _vsnprintf             Write formatted data to string
  vsprintf               Write formatted data to string
  _vunlock               Unlock virtual memory block
                                    -♦-