Package: Stdarg

Dependencies

with Ada.Finalization, Interfaces.C;

Description

*****************************************

Header

package Stdarg is
 

Type Summary

ArgList
Primitive Operations:  Empty

Constants and Named Numbers

MaxArguments : constant := 50;

Other Items:

type ArgList is private;
If you change this, change it in var.c also.

function Empty return ArgList;

generic


   type T is private;


   T_Is_Modular : Boolean := False;


   T_Is_Float  : Boolean := False;


function Concat (Args : ArgList; Arg : T) return ArgList;

subtype C_Param is Interfaces.C.long;

private

   --  Implementation-defined ...
end Stdarg;