From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3aabe512e8ed1dc2 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: GNAT beginner - RTL question Date: 1996/06/28 Message-ID: #1/1 X-Deja-AN: 163205321 references: <4qu221$b6u@percy.cs.bham.ac.uk> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-06-28T00:00:00+00:00 List-Id: Liam asks "How do I find out what the name of a particular function is, what its usage is, what package it belongs to? The only way I can see is to look through all the files in the RTL - but there are rather a lot of them, literally hundreds. Have I missed something? Is there a documentation system?" The library functions are fully documented in annex A of the Ada 95 RM. Remember this is a standardized language, so the standard is an important source of information!