Android C RTL

From RAD Studio
Jump to: navigation, search

Go Up to Creating an Android App


The following table lists the C/C++ RTL header files supplied by RAD Studio for Android compilation:

Filename

Description

stdarg.h

Header that overrides the one included with the Android SDK and provides some additional C89 macros, such as va_start.

stddef.h

Header that overrides the one included with the Android SDK and provides some additional macros, such as _SIZE_T and _WCHAR_T.

These files are contained in $(BDS)\include\android\crtl.

Note: The Android SDK provides most RTL features. The header files in this folder provide those RTL features that the Android SDK does not provide, or features that are not compatible with BCCAARM.

See Also