Ada Programming/Libraries/System

< Ada Programming < Libraries
Computing » Computer Science » Computer Programming » Ada Programming

<noinclude>

Description

The System package is a standard library package provided with each Ada implementation. It includes implementation and system configuration-dependent definitions. The System package contains a standard set of language-defined (but implementation-dependent) types and named numbers.

Types

Constants

The following named numbers may be set by pragmas. These pragmas may only be used at the start of compilation:

The following named numbers are set by the implementation:

Child packages

Standard System packages

The following six System packages are from the ISO/IEC 8652:1995(E) standard.

GNAT System packages

The following 200 odd packages form the GNAT runtime environment. They are mentioned here as a reference for advanced users. Normal GNAT users should ignore them because they are internal units of the runtime system.

See also

Wikibook

Ada 83 Reference Manual

Ada 95 Reference Manual

Ada 2005 Reference Manual

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.