RAD Studio
ContentsIndex
PreviousUpNext
C Runtime Library Reference

RAD Studio has several hundred functions, macros, and classes that you call from within your C and C++ programs to perform a wide variety of tasks, including low- and high-level I/O, string and file manipulation, memory allocation, process control, data conversion, mathematical calculations, and more. 

Note: In the online help, each function, macro, and class in the C Runtime Library is listed only once . However, some functions, macros, and classes are defined in more than one header file.  

For example, _strerror is defined in both string.h and stdio.h. For functions that are defined in several header files, the online help assigns the function to the first header file in alphabetic order. Thus, you will find _strerror listed in the help in stdio.h but not in string.h.  

To find a function, macro, or class that is not listed in a header file in which you expect it, please use the help Index.

Name 
Description 
The following functions, macros, and classes are provided in alloc.h
The following functions, macros, and classes are provided in assert.h
The following functions, macros, and classes are provided in conio.h
The following functions, macros, and classes are provided in ctype.h
The following functions, macros, and classes are provided in delayimp.h
The following functions, macros, and classes are provided in direct.h
The following functions, macros, and classes are provided in dirent.h
The following functions, macros, and classes are provided in dir.h
The following functions, macros, and classes are provided in dos.h
The following functions, macros, and classes are provided in errno.h
The following functions, macros, and classes are provided in except.h
The following functions, macros, and classes are provided in fastmath.h
The following functions, macros, and classes are provided in fcntl.h
The following functions, macros, and classes are provided in float.h
io.h 
The following functions, macros, and classes are provided in io.h
The following functions, macros, and classes are provided in limits.h
The following functions, macros, and classes are provided in locale.h
The following functions, macros, and classes are provided in malloc.h
The following functions, macros, and classes are provided in math.h
The following functions, macros, and classes are provided in mem.h
The following functions, macros, and classes are provided in new.h
The following functions, macros, and classes are provided in process.h
The following functions, macros, and classes are provided in setjmp.h
The following functions, macros, and classes are provided in share.h
The following functions, macros, and classes are provided in signal.h
The following functions, macros, and classes are provided in stdarg.h
The following functions, macros, and classes are provided in stddef.h
The following functions, macros, and classes are provided in stdio.h
The following functions, macros, and classes are provided in stdlib.h
The following functions, macros, and classes are provided in string.h
The following functions, macros, and classes are provided in sys\stat.h
The following functions, macros, and classes are provided in sys\timeb.h
The following functions, macros, and classes are provided in sys\types.h
The following functions, macros, and classes are provided in time.h
The following functions, macros, and classes are provided in typeinfo.h
The following functions, macros, and classes are provided in utime.h
The following functions, macros, and classes are provided in values.h
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!